Sea 0.4.0

Package gov.lbl.dsd.sea.event

Generally useful events for users of the SEA framework.

See:
          Description

Class Summary
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.
 

Exception Summary
ExceptionEvent A generic runtime exception that can be thrown when a problem occurs within EventHandler.handle(java.lang.Object).
IllegalEventException A runtime exception similar in spirit to the classic IllegalArgumentException, to be thrown when EventHandler.handle(java.lang.Object) cannot handle an event of a certain kind.
 

Package gov.lbl.dsd.sea.event Description

Generally useful events for users of the SEA framework.


Sea 0.4.0