OSID Logo
OSID Specifications
lexicon package
Version 3.1.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.IdnotificationId the notification Id
osid.id.IdListpressIds the Ids of the new Presses
Compliancemandatory This method must be implemented.
MethodchangedPress
Description

The callback for notification of updated press.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpressIds the Ids of the updated Presses
Compliancemandatory This method must be implemented.
MethoddeletedPress
Description

The callback for notification of deleted presses.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpressIds the Ids of the deleted Presses
Compliancemandatory This method must be implemented.
MethodchangedChildOfPresses
Description

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

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpressIds the Ids of the Presses whose children have changed
Compliancemandatory This method must be implemented.