JThreadKitTM
v1.1.0
(public members only)

com.jthreadkit
Interface ListenerTool.Callback

Enclosing class:
ListenerTool

public static interface ListenerTool.Callback

Used to allow callbacks during notification. An instance of a class that implements this interface must be passed during construction of a ListenerTool.


Method Summary
 void notifyListener(Object listener, Object data)
          This method is called once for each registered listener during notification.
 

Method Detail

notifyListener

public void notifyListener(Object listener,
                           Object data)
This method is called once for each registered listener during notification. Implementations will typically cast the listener and data references into their known types for the context.
See Also:
ListenerTool

JThreadKitTM
v1.1.0
(public members only)

© Copyright 2000-2001 Programix Incorporated. All rights reserved. JThreadKit home