org.objectweb.transaction.lib.resource
Interface ResourceEventContext


public interface ResourceEventContext

Root interface for Event contexts.

Version:
0.1
Author:
Romain Rouvoy

Method Summary
 Event getEvent()
          Provides the instance of the associated event.
 

Method Detail

getEvent

public Event getEvent()
Provides the instance of the associated event.

Returns:
the event associated to this context.