org.objectweb.transaction.api.event
Interface EventNotificationFeature

All Superinterfaces:
Feature

public interface EventNotificationFeature
extends Feature

Definition of the Event notification interface.

Version:
0.1
Author:
Romain Rouvoy
ADL:
name="EVENT_NOTIFICATION_FEATURE" value="event-notification-feature"

Field Summary
static java.lang.String EVENT_NOTIFICATION_FEATURE
          ADL Identifier.
 
Fields inherited from interface org.objectweb.transaction.api.Feature
FEATURE
 
Method Summary
 void notify(EventContext ctx)
          Notify handlers of the occurence of an event.
 

Field Detail

EVENT_NOTIFICATION_FEATURE

public static final java.lang.String EVENT_NOTIFICATION_FEATURE
ADL Identifier.

See Also:
Constant Field Values
Method Detail

notify

public void notify(EventContext ctx)
Notify handlers of the occurence of an event.

Parameters:
ctx - the context in which the event occurs.