com.tivoli.twg.monitor.api
Interface TWGMonAttributeUpdateListener
- public interface TWGMonAttributeUpdateListener
Listener interface used to receive update notifications about TWGMonAttribute objects
that have had their state updated.
- Since:
- Director 2.11
attributeUpdated
public void attributeUpdated(TWGMonAttribute attribute)
- Attribute Updated callback. This listener method is called when an attribute has
received updated information.
- Parameters:
attribute
- the attribute that is reporting the update- Since:
- Director 2.11