bluej.extensions.event
Interface InvocationListener


public interface InvocationListener

This interface allows you to listen for when an invocation has finished.

Version:
$Id: InvocationListener.java 1894 2003-04-25 09:53:08Z damiano $

Method Summary
 void invocationFinished(InvocationEvent event)
          This method will be called when an invocation has finished.
 

Method Detail

invocationFinished

void invocationFinished(InvocationEvent event)
This method will be called when an invocation has finished. If a long operation must be performed you should start a Thread.



BlueJ homepage