QJCC homepage

biz.chitec.quarterback.util
Interface AsyncEventHandler


public interface AsyncEventHandler

Interface for an object that wants to handle asynchonously handled event objects.

Version:
$Id: 5a1dba8a0ac6aafc57929e4a08c2d932fece14d0 $
Author:
Dirk Hillbrecht 1997-1999, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.
See Also:
AsyncEvent, AsyncEventDispatcher

Method Summary
 void handleAsyncEvent(java.util.EventObject e)
          Method that receives event.
 

Method Detail

handleAsyncEvent

public void handleAsyncEvent(java.util.EventObject e)
Method that receives event.


QJCC homepage