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
Method Summary |
int |
getEncoding()
Return the encoding type. |
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
getEncoding
public int getEncoding()
- Return the encoding type.