|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--cia.abus.ChannelEventType
This class represents the type of a Channel Event.
For now ChannelEventType is just a free format string that is passed along with ChannelEvents, -Messages, -Requests, -RequestMessages or -Replies. This will change in the near future, so be ready to change your code related to ChannelEventType.
| Constructor Summary | |
ChannelEventType(java.lang.String type)
Creates new event type. |
|
| Method Summary | |
boolean |
equals(ChannelEventType othertype)
Checks if two types are equal. |
java.lang.String |
getEventType()
Gets the eventtype field. |
void |
setEventType(java.lang.String eventtype)
Sets the eventtype field. |
java.lang.String |
toString()
Gets string representation of eventtype |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ChannelEventType(java.lang.String type)
The event type is just a free format string.
type - type of event| Method Detail |
public void setEventType(java.lang.String eventtype)
eventtype - set eventtype to this valuepublic java.lang.String getEventType()
public java.lang.String toString()
public boolean equals(ChannelEventType othertype)
type - ChannelEventType to compare
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||