OSID Logo
OSID Specifications
lexicon package
Version 3.0.0
Interfaceosid.lexicon.PressReceiver
Implementsosid.OsidReceiver
Description

The press receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Press objects.

MethodnewPress
Description

The callback for notifications of new presses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpressIdsthe Ids of the new Presses
CompliancemandatoryThis method must be implemented.
MethodchangedPress
Description

The callback for notification of updated press.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpressIdsthe Ids of the updated Presses
CompliancemandatoryThis method must be implemented.
MethoddeletedPress
Description

The callback for notification of deleted presses.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpressIdsthe Ids of the deleted Presses
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfPresses
Description

The callback for notifications of changes to children of press hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpressIdsthe Ids of the Presses whose children have changed
CompliancemandatoryThis method must be implemented.