Interface AgentReceiver
- All Superinterfaces:
OsidReceiver
The agent receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Agent objects.
A change to a key is a change to an Agent .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAgents(Id notificationId, IdList agentIds) The callback for notification of updated agents.voiddeletedAgents(Id notificationId, IdList agentIds) the callback for notification of deleted agents.voidThe callback for notifications of new agents.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newAgents
-
changedAgents
-
deletedAgents
-