Uses of Interface
org.eclipse.net4j.util.event.IEvent

Packages that use IEvent
org.eclipse.net4j.buddies   
org.eclipse.net4j.buddies.chat   
org.eclipse.net4j.buddies.common   
org.eclipse.net4j.connector   
org.eclipse.net4j.signal.failover   
org.eclipse.net4j.util.cache A generic caching and memory monitoring framework. 
org.eclipse.net4j.util.collection Additional collection-like interfaces and classes. 
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.event A framework for sending of and listening to events. 
org.eclipse.net4j.util.fsm A framework for finite state machines. 
org.eclipse.net4j.util.lifecycle A framework for components with a simple lifecycle. 
org.eclipse.net4j.util.om.pref Interfaces and classes for environment independent preference management. 
org.eclipse.net4j.util.ui   
org.eclipse.net4j.util.ui.views   
 

Uses of IEvent in org.eclipse.net4j.buddies
 

Subinterfaces of IEvent in org.eclipse.net4j.buddies
 interface ISessionManagerEvent
           
 

Uses of IEvent in org.eclipse.net4j.buddies.chat
 

Subinterfaces of IEvent in org.eclipse.net4j.buddies.chat
 interface ICommentEvent
           
 

Uses of IEvent in org.eclipse.net4j.buddies.common
 

Subinterfaces of IEvent in org.eclipse.net4j.buddies.common
 interface IBuddyStateEvent
           
 interface IFacilityInstalledEvent
           
 interface IMessageEvent
           
 

Uses of IEvent in org.eclipse.net4j.connector
 

Subinterfaces of IEvent in org.eclipse.net4j.connector
 interface IConnectorEvent
          An event that is fired by an IConnector.
 interface IConnectorStateEvent
          An event that is fired by an IConnector to indicate that its state has changed.
 

Uses of IEvent in org.eclipse.net4j.signal.failover
 

Subinterfaces of IEvent in org.eclipse.net4j.signal.failover
 interface IFailOverEvent
           
 

Uses of IEvent in org.eclipse.net4j.util.cache
 

Subinterfaces of IEvent in org.eclipse.net4j.util.cache
 interface ICacheMonitorEvent
           
 

Uses of IEvent in org.eclipse.net4j.util.collection
 

Subinterfaces of IEvent in org.eclipse.net4j.util.collection
 interface IHistoryChangeEvent
           
 

Uses of IEvent in org.eclipse.net4j.util.container
 

Subinterfaces of IEvent in org.eclipse.net4j.util.container
 interface IContainerEvent<E>
           
 

Classes in org.eclipse.net4j.util.container that implement IEvent
 class ContainerEvent<E>
           
 class SingleDeltaContainerEvent<E>
           
 

Methods in org.eclipse.net4j.util.container with parameters of type IEvent
 void ManagedContainer.fireEvent(IEvent event)
           
 void LifecycleEventConverter.notifyEvent(IEvent event)
           
 void ContainerEventAdapter.notifyEvent(IEvent event)
           
protected  void ContainerEventAdapter.notifyOtherEvent(IEvent event)
           
 

Uses of IEvent in org.eclipse.net4j.util.event
 

Classes in org.eclipse.net4j.util.event that implement IEvent
 class Event
           
 

Methods in org.eclipse.net4j.util.event with parameters of type IEvent
 void Notifier.fireEvent(IEvent event)
           
 void IListener.notifyEvent(IEvent event)
           
 

Uses of IEvent in org.eclipse.net4j.util.fsm
 

Classes in org.eclipse.net4j.util.fsm that implement IEvent
 class FiniteStateMachine.StateChangedEvent
           
 

Uses of IEvent in org.eclipse.net4j.util.lifecycle
 

Subinterfaces of IEvent in org.eclipse.net4j.util.lifecycle
 interface ILifecycleEvent
           
 

Classes in org.eclipse.net4j.util.lifecycle that implement IEvent
 class LifecycleEvent
           
 

Methods in org.eclipse.net4j.util.lifecycle with parameters of type IEvent
 void LifecycleEventAdapter.notifyEvent(IEvent event)
           
protected  void LifecycleEventAdapter.notifyOtherEvent(IEvent event)
           
 

Uses of IEvent in org.eclipse.net4j.util.om.pref
 

Subinterfaces of IEvent in org.eclipse.net4j.util.om.pref
 interface OMPreferencesChangeEvent<T>
           
 

Uses of IEvent in org.eclipse.net4j.util.ui
 

Methods in org.eclipse.net4j.util.ui with parameters of type IEvent
 void StructuredContentProvider.notifyEvent(IEvent event)
           
 

Uses of IEvent in org.eclipse.net4j.util.ui.views
 

Methods in org.eclipse.net4j.util.ui.views with parameters of type IEvent
 void ContainerItemProvider.LeafNode.notifyEvent(IEvent event)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.