| java.lang.Object org.sakaiproject.util.BaseDelivery org.sakaiproject.chat2.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_message | protected Object m_message(Code) | | The message. it could be a string id or the actual message.
|
ChatDelivery | public ChatDelivery(String address, String elementId, Object message, String placementId, boolean beepOnDelivery, ChatManager chatManager)(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.
This function happens in the client connection thread instead of in the event notification thread
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. |
|
|