|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObservingCourier
ObservingCourier is an observer which uses the courier service to notify when things change.
| Method Summary | |
|---|---|
boolean |
check(Object arg)
Check to see if we want to process or ignore this update. |
void |
disable()
Disable. |
void |
enable()
Enable. |
String |
getDeliveryId()
|
String |
getElementId()
|
boolean |
getEnabled()
|
String |
getLocation()
|
void |
justDelivered()
Accept notification that the element has just been delivered. |
void |
setDeliveryId(String id)
Set the delivery id. |
void |
setElementId(String id)
Set the element id. |
| Methods inherited from interface java.util.Observer |
|---|
update |
| Method Detail |
|---|
boolean check(Object arg)
arg - The arg from the update.
void disable()
void enable()
String getDeliveryId()
String getElementId()
boolean getEnabled()
String getLocation()
void justDelivered()
void setDeliveryId(String id)
id - The delivery id.void setElementId(String id)
id - the element id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||