1 27 package org.objectweb.transaction.api.event; 28 29 import org.objectweb.transaction.api.Feature; 30 31 38 public interface EventListenerFeature 39 extends Feature 40 { 41 44 public static final String EVENT_LISTENER_FEATURE = "event-listener-feature"; 45 46 51 public EventNotificationFeature[] getListeners(); 52 53 59 public EventNotificationFeature[] getListeners(Event evt); 60 } 61 | Popular Tags |