bluej.extensions.event
Interface InvocationListener


public interface InvocationListener

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

Version:
$Id: InvocationListener.java,v 1.1 2003/04/25 09:53:08 damiano Exp $

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

Method Detail

invocationFinished

public 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