Uses of Interface
org.objectweb.transaction.api.event.EventNotificationFeature

Packages that use EventNotificationFeature
org.objectweb.transaction.api.event Specification of the Event API.  
 

Uses of EventNotificationFeature in org.objectweb.transaction.api.event
 

Methods in org.objectweb.transaction.api.event that return EventNotificationFeature
 EventNotificationFeature[] EventListenerFeature.getListeners()
          Provides the list of all EventNotificationFeature registered elements independently of the suscribed event.
 EventNotificationFeature[] EventListenerFeature.getListeners(Event evt)
          Provides the list of EventNotificationFeature registered for the specified Event type.
 

Methods in org.objectweb.transaction.api.event with parameters of type EventNotificationFeature
 void EventEnlistmentFeature.enlist(Event evt, EventNotificationFeature hdl)
          Enlist an EventNotificationFeature interface as handler for the specified Event.
 void EventEnlistmentFeature.delist(Event evt, EventNotificationFeature hdl)
          Delist an EventNotificationFeature interface as handler for the specified Event.