|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XHiveModule.Client
Client interface for the Hive Module API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
|---|
XAPIInterface.Client, XAPIInterface.Server |
| Method Summary | |
|---|---|
void |
hiveConfigurationUpdated(XHiveInfo hiveInfo)Notification sent that a Hive' configuration has changed. |
void |
hiveEntered(XHiveInfo hiveInfo, XUserInfo userInfo)Notification sent that the Hive has been entered. |
void |
hiveExit(XHiveInfo hiveInfo)Request by server that the specified Hive be exited. |
void |
hiveExited(XHiveInfo hiveInfo, XUserInfo userInfo)Notification sent that the Hive has been exited. |
void |
hiveNameChanged(XHiveInfo hiveInfo)Notification sent that a Hive name has changed. |
void |
hiveStateChanged(XHiveInfo hiveInfo)Notification sent that a Hive's state has changed. |
void |
hiveUpdated(XHiveInfo hiveInfo)Notification sent that a Hive' attributes have changed. |
| Method Detail |
|---|
void hiveExit(XHiveInfo hiveInfo)
hiveInfo - The Hive info.
void hiveEntered(XHiveInfo hiveInfo,
XUserInfo userInfo)
hiveInfo - The Hive info.userInfo - The User info.
void hiveExited(XHiveInfo hiveInfo,
XUserInfo userInfo)
hiveInfo - The Hive info.userInfo - The User info.void hiveNameChanged(XHiveInfo hiveInfo)
hiveInfo - The Hive info.void hiveStateChanged(XHiveInfo hiveInfo)
hiveInfo - The Hive info.void hiveUpdated(XHiveInfo hiveInfo)
hiveInfo - The Hive info.void hiveConfigurationUpdated(XHiveInfo hiveInfo)
hiveInfo - The Hive info.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||