Package org.netxms.client
Interface ObjectCreationListener
public interface ObjectCreationListener
Interface for object creation notification receivers.
- 
Method SummaryModifier and TypeMethodDescriptionvoidobjectCreated(AbstractObject object) This method will be called when client receives information about newly created object.
- 
Method Details- 
objectCreatedThis method will be called when client receives information about newly created object.- Parameters:
- object- object that was created
 
 
-