org.csapi.jr.se.ui
Interface AdminRelatedGetMessage

All Superinterfaces:
Activity, CsapiInterface, java.io.Serializable

public interface AdminRelatedGetMessage
extends Activity

This interface represents a AdminRelatedGetMessage activity object.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Activity
ACTIVE_STATE, IDLE_STATE, INVALID_STATE
 
Method Summary
 void addAdminRelatedGetMessageListener(org.csapi.jr.se.ui.AdminRelatedGetMessageListener adminRelatedGetMessageListener)
          Adds a AdminRelatedGetMessageListener which is interested in events generated by the AdminRelatedGetMessage.
 void getMessageReq(int messageID)
          Invokes the getMessageReq() method on the Parlay Gateway.
 org.csapi.jr.se.ui.UIAdminManager getUIAdminManager()
          Returns a reference to the UIAdminManager responsible for creation of the AdminRelatedGetMessage.
 void removeAdminRelatedGetMessageListener(org.csapi.jr.se.ui.AdminRelatedGetMessageListener adminRelatedGetMessageListener)
          Removes a AdminRelatedGetMessageListener which is no longer interested events generated by the AdminRelatedGetMessage.
 
Methods inherited from interface org.csapi.jr.se.Activity
addActivityStateChangeListener, getState, removeActivityStateChangeListener
 

Method Detail

getUIAdminManager

public org.csapi.jr.se.ui.UIAdminManager getUIAdminManager()
Returns a reference to the UIAdminManager responsible for creation of the AdminRelatedGetMessage.

Returns:
A reference to the UIAdminManager responsible for creation of the AdminRelatedGetMessage.

addAdminRelatedGetMessageListener

public void addAdminRelatedGetMessageListener(org.csapi.jr.se.ui.AdminRelatedGetMessageListener adminRelatedGetMessageListener)
Adds a AdminRelatedGetMessageListener which is interested in events generated by the AdminRelatedGetMessage.

Parameters:
adminRelatedGetMessageListener - A reference to the AdminRelatedGetMessageListener which is to be added as a listener.

removeAdminRelatedGetMessageListener

public void removeAdminRelatedGetMessageListener(org.csapi.jr.se.ui.AdminRelatedGetMessageListener adminRelatedGetMessageListener)
Removes a AdminRelatedGetMessageListener which is no longer interested events generated by the AdminRelatedGetMessage.

Parameters:
adminRelatedGetMessageListener - A reference to the AdminRelatedGetMessageListener which is to be removed as a listener.

getMessageReq

public void getMessageReq(int messageID)
                   throws PlatformException,
                          java.lang.IllegalStateException,
                          CommonException,
                          InvalidNetworkStateException,
                          IllegalIdException
Invokes the getMessageReq() method on the Parlay Gateway.

PlatformException
java.lang.IllegalStateException
CommonException
InvalidNetworkStateException
IllegalIdException