Uses of Interface
org.objectweb.jotm.core.events.EventListener

Packages that use EventListener
org.objectweb.jotm.core.events Specifies JOTM 2 event model API 
org.objectweb.jotm.examples Provides some JOTM 2 examples 
org.objectweb.jotm.impl.core.transaction Provides some implementations of the org.objectweb.jotm.core.transaction interfaces 
org.objectweb.jotm.impl.ots Provides an OTS personality implementation 
 

Uses of EventListener in org.objectweb.jotm.core.events
 

Methods in org.objectweb.jotm.core.events with parameters of type EventListener
 void EventSource.addListener(int eventType, EventListener listener)
          Register listener
 void EventSource.removeListener(int eventType, EventListener listener)
          Unregister listener
 

Uses of EventListener in org.objectweb.jotm.examples
 

Classes in org.objectweb.jotm.examples that implement EventListener
 class AccountImpl
          Simple implementation of a bank account.
 class ListenerImpl
           
 

Uses of EventListener in org.objectweb.jotm.impl.core.transaction
 

Methods in org.objectweb.jotm.impl.core.transaction with parameters of type EventListener
 void CoreTransaction.addListener(int eventType, EventListener listener)
          Adds a new listener.
 void CoreTransaction.removeListener(int eventType, EventListener listener)
          Removes a listener.
 

Uses of EventListener in org.objectweb.jotm.impl.ots
 

Classes in org.objectweb.jotm.impl.ots that implement EventListener
 class ResourceParticipant
           
 class SynchronizationParticipant