1 |
module jdce {
|
2 |
module util {
-
module event {
-
extensible struct jdceEvent {
-
long type; string clientName;
-
};
|
3 |
};
|
4 |
};
|
5 |
IDL Definition
|
6 |
java.lang.Object
-
jdce.util.event.jdceEvent implements java.io.Serializable
|
7 |
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.
|