|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a Notifications activity object.
Field Summary |
Fields inherited from interface org.csapi.jr.se.Activity |
ACTIVE_STATE, IDLE_STATE, INVALID_STATE |
Method Summary | |
void |
addNotificationsListener(org.csapi.jr.se.ui.NotificationsListener notificationsListener)
Adds a NotificationsListener which is interested in events generated by the Notifications. |
void |
enableNotifications()
Invokes the enableNotifications() method on the Parlay Gateway. |
org.csapi.jr.se.ui.UIManager |
getUIManager()
Returns a reference to the UIManager responsible for creation of the Notifications. |
void |
removeNotificationsListener(org.csapi.jr.se.ui.NotificationsListener notificationsListener)
Removes a NotificationsListener which is no longer interested events generated by the Notifications. |
Methods inherited from interface org.csapi.jr.se.Activity |
addActivityStateChangeListener, getState, removeActivityStateChangeListener |
Method Detail |
public org.csapi.jr.se.ui.UIManager getUIManager()
public void addNotificationsListener(org.csapi.jr.se.ui.NotificationsListener notificationsListener)
notificationsListener
- A reference to the NotificationsListener which is to be added as
a listener.public void removeNotificationsListener(org.csapi.jr.se.ui.NotificationsListener notificationsListener)
notificationsListener
- A reference to the NotificationsListener which is to be removed as
a listener.public void enableNotifications() throws PlatformException, java.lang.IllegalStateException, CommonException
PlatformException
java.lang.IllegalStateException
CommonException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |