| org.sakaiproject.courier.api.ObservingCourier
All known Subclasses: org.sakaiproject.util.ObservingCourier,
ObservingCourier | public interface ObservingCourier extends Observer(Code) | |
ObservingCourier is an observer which uses the courier service to notify when things change.
|
check | boolean check(Object arg)(Code) | | Check to see if we want to process or ignore this update.
Parameters: arg - The arg from the update. true to continue, false to quit. |
disable | void disable()(Code) | | Disable.
|
enable | void enable()(Code) | | Enable.
|
getEnabled | boolean getEnabled()(Code) | | the enabled status. |
getLocation | String getLocation()(Code) | | the location this observer is observing. |
justDelivered | void justDelivered()(Code) | | Accept notification that the element has just been delivered. If there are pending requests to deliver, they can be cleared.
|
setDeliveryId | void setDeliveryId(String id)(Code) | | Set the delivery id.
Parameters: id - The delivery id. |
setElementId | void setElementId(String id)(Code) | | Set the element id.
Parameters: id - the element id. |
|
|