Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceGrid::ObjectObserver Interface Reference

Monitors well-known objects that are added, updated or removed using Admin. More...

defined in <IceGrid/Admin.ice>

interface ObjectObserver { ... }

Operations

void objectAdded (ObjectInfo info)
 Notifies the observer that a well-known object was added.
void objectInit (ObjectInfoSeq objects)
 Provides the initial list of well-known objects to the observer.
void objectRemoved (Ice::Identity id)
 Notifies the observer that a well-known object was removed.
void objectUpdated (ObjectInfo info)
 Notifies the observer that a well-known object was updated.

Detailed Description

Monitors well-known objects that are added, updated or removed using Admin.

Definition at line 741 of file Admin.ice.


The documentation for this interface was generated from the following file: