module jdce {
|
module util {
-
module event {
-
extensible struct jdceEvent {
-
long type; string clientName;
-
};
|
};
|
};
|
IDL Definition
|
java.lang.Object
-
jdce.util.event.jdceEvent implements java.io.Serializable
|
There are three types of client changes:
-
CLIENT_JOIN - a client has joined the dataBahn.
-
CLIENT_LEAVE - a client has left the dataBahn.
-
CLIENT_EXPEL - a client has been expelled by the creator of the bahn.
|