Uses of Interface
net.sf.mmm.util.event.api.Event

Packages that use Event
net.sf.mmm.util.event.api Provides the API for a generic event-handling. 
net.sf.mmm.util.event.base Contains the abstract base-implementation of the event-handling API
 

Uses of Event in net.sf.mmm.util.event.api
 

Classes in net.sf.mmm.util.event.api with type parameters of type Event
 interface EventListener<E extends Event>
          This is the interface for a generic event listener.
 interface EventSource<E extends Event,L extends EventListener<E>>
          This interface allows listeners to be registered and unregistered.
 

Subinterfaces of Event in net.sf.mmm.util.event.api
 interface ChangeEvent
          A ChangeEvent is an Event that informs about something that has been added, updated or removed.
 

Uses of Event in net.sf.mmm.util.event.base
 

Classes in net.sf.mmm.util.event.base with type parameters of type Event
 class AbstractEventSource<E extends Event,L extends EventListener<E>>
          This is the abstract base implementation of the EventListener interface.
 class AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>>
          This class extends AbstractSynchronizedEventSource with the ability to send events asynchronous in separate Threads.
 class AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>>
          This class extends AbstractEventSource with the ability of synchronization and therefore is thread-safe.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.