|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.tfe.core.AppsCallBackPOA
|
+--org.tfe.core.AppsCallBackImpl
| Constructor Summary | |
AppsCallBackImpl(Client aClient)
|
|
| Method Summary | |
void |
_initialize_inheritance_tree()
|
void |
AlertCallback(Alert a)
Processes alerts received from the RTA Server This function receives and processes Alerts received from the RTA server. |
void |
AlertViewedCallback(int ID)
|
void |
MessageCallback(java.lang.String message)
Processes messages received from the RTA Server. |
| Methods inherited from class org.tfe.core.AppsCallBackPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AppsCallBackImpl(Client aClient)
| Method Detail |
public void AlertCallback(Alert a)
Alerts received from the RTA server. It receives them from the
server and sends them to the newAlert function of the mainConsole class.
public void MessageCallback(java.lang.String message)
message - the message to be displayed in the ChatFrame.public void _initialize_inheritance_tree()
public void AlertViewedCallback(int ID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||