Sea 0.4.0

gov.lbl.dsd.sea.event
Class CallbackEvent

java.lang.Object
  extended bygov.lbl.dsd.sea.event.CallbackEvent
Direct Known Subclasses:
GenericCallbackEvent

public class CallbackEvent
extends Object

An event containing the stage from which the event originates; useful for associating requests/responses, to determine which stage to reply to, or simply for debugging purposes.

Version:
$Revision: 1.3 $, $Date: 2004/07/27 05:08:08 $

Constructor Summary
CallbackEvent(Stage source)
           
 
Method Summary
 Stage getSource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallbackEvent

public CallbackEvent(Stage source)
Method Detail

getSource

public Stage getSource()

toString

public String toString()

Sea 0.4.0