bluej.extensions.event
Interface InvocationListener


public 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 $

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