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.


Method Index

 o retrieveDip()
Retrieves a pointer to the dip that created the listener.

Methods

 o 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