|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||