org.csapi.jr.se.ui
Interface DeleteMessage

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

public interface DeleteMessage
extends Activity

This interface represents a DeleteMessage activity object.


Field Summary
 
Fields inherited from interface org.csapi.jr.se.Activity
ACTIVE_STATE, IDLE_STATE, INVALID_STATE
 
Method Summary
 void abortActionReq()
          Invokes the abortActionReq() method on the Parlay Gateway.
 void addDeleteMessageListener(org.csapi.jr.se.ui.DeleteMessageListener deleteMessageListener)
          Adds a DeleteMessageListener which is interested in events generated by the DeleteMessage.
 void deleteMessageReq(int messageID)
          Invokes the deleteMessageReq() method on the Parlay Gateway.
 org.csapi.jr.se.ui.UICall getUICall()
          Returns a reference to the UICall responsible for creation of the DeleteMessage.
 void removeDeleteMessageListener(org.csapi.jr.se.ui.DeleteMessageListener deleteMessageListener)
          Removes a DeleteMessageListener which is no longer interested events generated by the DeleteMessage.
 
Methods inherited from interface org.csapi.jr.se.Activity
addActivityStateChangeListener, getState, removeActivityStateChangeListener
 

Method Detail

getUICall

public org.csapi.jr.se.ui.UICall getUICall()
Returns a reference to the UICall responsible for creation of the DeleteMessage.

Returns:
A reference to the UICall responsible for creation of the DeleteMessage.

addDeleteMessageListener

public void addDeleteMessageListener(org.csapi.jr.se.ui.DeleteMessageListener deleteMessageListener)
Adds a DeleteMessageListener which is interested in events generated by the DeleteMessage.

Parameters:
deleteMessageListener - A reference to the DeleteMessageListener which is to be added as a listener.

removeDeleteMessageListener

public void removeDeleteMessageListener(org.csapi.jr.se.ui.DeleteMessageListener deleteMessageListener)
Removes a DeleteMessageListener which is no longer interested events generated by the DeleteMessage.

Parameters:
deleteMessageListener - A reference to the DeleteMessageListener which is to be removed as a listener.

deleteMessageReq

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

PlatformException
java.lang.IllegalStateException
CommonException
IllegalIdException

abortActionReq

public void abortActionReq()
                    throws PlatformException,
                           java.lang.IllegalStateException,
                           CommonException
Invokes the abortActionReq() method on the Parlay Gateway.

PlatformException
java.lang.IllegalStateException
CommonException