solar.api
Interface Event

All Superinterfaces:
Adu, AttributeRecord, java.io.Serializable
All Known Subinterfaces:
ProtocolEvent
All Known Implementing Classes:
PlainEvent, SerializedEvent

public interface Event
extends AttributeRecord

The interface for Solar events.

Version:
$Id: Event.java,v 1.4 2003/07/21 21:41:41 glchen Exp $
Author:
Guanling Chen

Field Summary
static int EVENT_PLAIN
           
static int EVENT_SERIALIZED
           
 
Method Summary
 int getEncoding()
          Return the encoding type.
 
Methods inherited from interface solar.api.AttributeRecord
equals, getAttribute, getAttributes, getAttributes, getKeys, getValue, getValues, getValues
 
Methods inherited from interface solar.api.Adu
toBytes, toString
 

Field Detail

EVENT_PLAIN

public static final int EVENT_PLAIN
See Also:
Constant Field Values

EVENT_SERIALIZED

public static final int EVENT_SERIALIZED
See Also:
Constant Field Values
Method Detail

getEncoding

public int getEncoding()
Return the encoding type.