Sea 0.4.0

Uses of Class
gov.lbl.dsd.sea.event.CallbackEvent

Packages that use CallbackEvent
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. 
 

Uses of CallbackEvent in gov.lbl.dsd.sea.demo
 

Subclasses of CallbackEvent in gov.lbl.dsd.sea.demo
 class ByteArrayEvent
          An event that contains an array of bytes.
 

Uses of CallbackEvent in gov.lbl.dsd.sea.event
 

Subclasses of CallbackEvent in gov.lbl.dsd.sea.event
 class 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.
 

Uses of CallbackEvent in gov.lbl.dsd.sea.nio.event
 

Subclasses of CallbackEvent in gov.lbl.dsd.sea.nio.event
static class ChannelRequest.Close
          Requests an agent to close the given channel.
static class ChannelRequest.Register
          Requests an agent to register the given SelectionKeyinterest ops with the given channel; The agent will enqueue future responses to the channel onto the given observer stage; If an attachment is given the agent will attach it to the channel's key.
static class ChannelRequest.WriteData
          Requests an agent to completely write ALL of the bytes in the given buffer to the given channel; As usual with NIO, the data is contained between indexes buffer.position() and buffer.limit(), and buffer.remaining() bytes will be written;
 


Sea 0.4.0