Sea 0.4.0

Uses of Package
gov.lbl.dsd.sea.event

Packages that use gov.lbl.dsd.sea.event
gov.lbl.dsd.sea.demo Demos for gov.lbl.dsd.sea package. 
gov.lbl.dsd.sea.event Generally useful events for users of the SEA framework. 
gov.lbl.dsd.sea.nio.event Request and response events for non-blocking network agents from the gov.lbl.dsd.sea.nio package. 
 

Classes in gov.lbl.dsd.sea.event used by gov.lbl.dsd.sea.demo
CallbackEvent
          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.
GenericCallbackEvent
          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.
 

Classes in gov.lbl.dsd.sea.event used by gov.lbl.dsd.sea.event
CallbackEvent
          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.
ExceptionEvent
          A generic runtime exception that can be thrown when a problem occurs within EventHandler.handle(java.lang.Object).
 

Classes in gov.lbl.dsd.sea.event used by gov.lbl.dsd.sea.nio.event
CallbackEvent
          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.
GenericCallbackEvent
          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.
 


Sea 0.4.0