| java.lang.Object org.sakaiproject.util.BaseDelivery org.sakaiproject.chat.tool.ChatDelivery
ChatDelivery | public class ChatDelivery extends BaseDelivery (Code) | |
ChatDelivery is a Delivery that causes a chat message to be appended to a table of chat messages in the HTML element identified by the address and elementID.
|
m_beepOnDelivery | protected boolean m_beepOnDelivery(Code) | | |
m_messageId | protected String m_messageId(Code) | | The messageId.
|
ChatDelivery | public ChatDelivery(String address, String elementId, String messageID, boolean beepOnDelivery)(Code) | | Construct.
Parameters: address - The address. Parameters: elementId - The elementId. |
compose | public String compose()(Code) | | Compose a javascript message for delivery to the browser client window.
The javascript message to send to the browser client window. |
equals | public boolean equals(Object obj)(Code) | | Are these the same?
true if obj is the same Delivery as this one. |
getMessage | public String getMessage()(Code) | | Access the Message Id that this delivery is in reference to.
The Message Id that this delivery is in reference to. |
setMessage | public void setMessage(String id)(Code) | | Set the Message Id that this delivery is in reference to.
Parameters: id - The message Id that this delivery is in reference to. |
|
|