1 27 package org.objectweb.transaction.api.event; 28 29 import org.objectweb.transaction.api.Feature; 30 31 39 public interface EventEnlistmentFeature 40 extends Feature 41 { 42 45 public static final String EVENT_ENLISTMENT_FEATURE = "event-enlistment-feature"; 46 47 52 public void enlist(Event evt, EventNotificationFeature hdl); 53 54 59 public void delist(Event evt, EventNotificationFeature hdl); 60 } 61 | Popular Tags |