All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.dip.DipListenerAuxiliary
- public interface interface DipListenerAuxiliary
This interface is implemented by all event listeners generated by dips.
This interface allows different listeners to be put in priority
queues. The priority of each listener is determined by the
DipInfo.priority() method.
-
retrieveDip()
- Retrieves a pointer to the dip that created the listener.
retrieveDip
public abstract Dip retrieveDip()
- Retrieves a pointer to the dip that created the listener.
- Returns:
- The dip that generated this listener.
All Packages Class Hierarchy This Package Previous Next Index