Interface com.symantec.itools.vcafe.openapi.ActiveVisualObjectListener
All Packages Class Hierarchy This Package Previous Next Index
Interface com.symantec.itools.vcafe.openapi.ActiveVisualObjectListener
- public interface ActiveVisualObjectListener
The listener interface for receiving notification when the active VisualObject
in the Property Sheet has been changed.
To be notified of changes, a plug-in implements this interface and then calls
VisualCafe.addActiveVisualObjectListener
to place itself on the notification list.
When the active object in the property sheet changes, the interface's activeVisualObjectChanged
method will be called.
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
- See Also:
- addActiveVisualObjectListener, getActiveObjects, setActiveObjects
-
activeVisualObjectChanged(VisualObject)
- This method is called when the active
VisualObject
in the property sheet has been changed.
activeVisualObjectChanged
public abstract void activeVisualObjectChanged(VisualObject visualObject)
- This method is called when the active
VisualObject
in the property sheet has been changed.
- Parameters:
- visualObject - the visual object currently selected.
All Packages Class Hierarchy This Package Previous Next Index