ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.conversation
Class LoadCPEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.able.conversation.ConversationEvent
              |
              +--com.ibm.able.conversation.LoadCPEvent
All Implemented Interfaces:
java.io.Serializable

public class LoadCPEvent
extends ConversationEvent

This is a ConversationEvent indicating that it's time to start a new CP. Returned (e.g.) by the parent CPH.

OLD VERSION -- TO BE DELETED

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LoadCPEvent(java.lang.Object source)
           
LoadCPEvent(java.lang.Object source, java.lang.String newName, java.lang.String newRole)
           
 
Method Summary
 java.lang.String getCPName()
           
 java.lang.String getCPRole()
           
 void setCPName(java.lang.String newName)
           
 void setCPRole(java.lang.String newRole)
           
 java.lang.String summary()
          Returns a descriptive summary of the event, intended for ordinary humans.
 java.lang.String toString()
          Returns a text summary of this object, intended for human eyes.
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadCPEvent

public LoadCPEvent(java.lang.Object source)

LoadCPEvent

public LoadCPEvent(java.lang.Object source,
                   java.lang.String newName,
                   java.lang.String newRole)
Method Detail

getCPName

public java.lang.String getCPName()

setCPName

public void setCPName(java.lang.String newName)

getCPRole

public java.lang.String getCPRole()

setCPRole

public void setCPRole(java.lang.String newRole)

toString

public java.lang.String toString()
Returns a text summary of this object, intended for human eyes.
Overrides:
toString in class java.util.EventObject

summary

public java.lang.String summary()
Description copied from class: ConversationEvent
Returns a descriptive summary of the event, intended for ordinary humans.
Unless overridden, this is identical to toString().
Overrides:
summary in class ConversationEvent

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003