public class AlertDelivery
extends org.sakaiproject.util.BaseDelivery
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.
| Constructor and Description |
|---|
AlertDelivery(String address)
Construct.
|
AlertDelivery(String address,
String id)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
compose()
Compose a javascript message for delivery to the browser client window.
|
boolean |
equals(Object obj)
Are these the same?
|
String |
toString()
Display.
|
public AlertDelivery(String address)
address - The address.elementId - The elementId.public String compose()
compose in interface org.sakaiproject.courier.api.Deliverycompose in class org.sakaiproject.util.BaseDeliverypublic String toString()
toString in class org.sakaiproject.util.BaseDeliverypublic boolean equals(Object obj)
equals in class org.sakaiproject.util.BaseDeliveryCopyright © 2003-2015 The Sakai Foundation. All Rights Reserved.