Sea 0.4.0

gov.lbl.dsd.sea.event
Class GenericCallbackEvent

java.lang.Object
  extended bygov.lbl.dsd.sea.event.CallbackEvent
      extended bygov.lbl.dsd.sea.event.GenericCallbackEvent
Direct Known Subclasses:
ByteArrayEvent, ChannelRequest.Close, ChannelRequest.Register, ChannelRequest.WriteData

public class GenericCallbackEvent
extends CallbackEvent

A multi-purpose generic event containing an arbitrary object as a message, the stage from which the event originates, as well as an optional arbitrary informational object, either of which may be null.

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

Constructor Summary
GenericCallbackEvent(Stage source, Object msg)
           
GenericCallbackEvent(Stage source, Object msg, Object info)
           
 
Method Summary
 Object getInfo()
           
 Object getMessage()
           
 String toString()
           
 
Methods inherited from class gov.lbl.dsd.sea.event.CallbackEvent
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericCallbackEvent

public GenericCallbackEvent(Stage source,
                            Object msg)

GenericCallbackEvent

public GenericCallbackEvent(Stage source,
                            Object msg,
                            Object info)
Method Detail

getMessage

public Object getMessage()

getInfo

public Object getInfo()

toString

public String toString()
Overrides:
toString in class CallbackEvent

Sea 0.4.0