Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package net.hivecell.hive.event

Interface Summary
RemoteEventListener The RemoteEventListener interface is the interface implemented by anyone who wants to receive events from a remote source.
 

Class Summary
ExternalEvent this is asubclass of the hive event which is specially made just to transmit around the XML DOM stuff so we can do the external events from outside sources.
HiveEvent Event classed used by Hive.
IncomingExternalEvent this is asubclass of the hive event which is specially made just to transmit around the XML DOM stuff so we can do the external events from outside sources.
MarshalledObject The MarshalledObject class is a funky Java 1.2 thing to let you pass around objects in serialized form.
OutgoingExternalEvent this is asubclass of the hive event which is specially made just to transmit around the XML DOM stuff so we can do the external events from outside sources.
RemoteEvent The RemoteEvent class encapsulates the data for a remote event.
 

Exception Summary
UnknownEventException The UnknownEventException is thrown if a RemoteEventListener does not understand an event it received.