package bluej.extensions.event;top, use, map, interface InvocationListener
| This interface allows you to listen for when an invocation has finished. | | @version $Id: InvocationListener.java 6215 2009-03-30 13:28:25Z polle $ | public interface InvocationListener {
| This method will be called when an invocation has finished. | If a long operation must be performed you should start a Thread. | public void invocationFinished(InvocationEvent event); }