|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public org.csapi.jr.se.ui.UICall getUICall()
public void addDeleteMessageListener(org.csapi.jr.se.ui.DeleteMessageListener deleteMessageListener)
deleteMessageListener
- A reference to the DeleteMessageListener which is to be added as
a listener.public void removeDeleteMessageListener(org.csapi.jr.se.ui.DeleteMessageListener deleteMessageListener)
deleteMessageListener
- A reference to the DeleteMessageListener which is to be removed as
a listener.public void deleteMessageReq(int messageID) throws PlatformException, java.lang.IllegalStateException, CommonException, IllegalIdException
PlatformException
java.lang.IllegalStateException
CommonException
IllegalIdException
public void abortActionReq() 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 |