public interface Delivery
Delivery is the core interface for things sent to the Courier service that represent various sorts of deliveries to the client windows.
Address is a client window address.
| Modifier and Type | Method and Description |
|---|---|
void |
act()
Perform any pre-delivery actions.
|
String |
compose()
Compose a javascript message for delivery to the browser client window.
|
String |
getAddress()
Access the delivery address.
|
String |
getElement()
Access the HTML Element Id that this delivery is in reference to.
|
void |
setAddress(String address)
Set the delivery address.
|
void |
setElement(String id)
Set the HTML Element Id that this delivery is in reference to.
|
void setAddress(String address)
address - The delivery address.String getAddress()
void setElement(String id)
id - The HTML Element Id that this delivery is in reference to.String getElement()
void act()
String compose()
Copyright © 2003–2020 The Sakai Foundation. All rights reserved.