org.eclipse.wst.common.project.facet.core.util
Class EventListenerRegistry<T extends Enum<T>,E>
java.lang.Object
org.eclipse.wst.common.project.facet.core.util.EventListenerRegistry<T,E>
public final class EventListenerRegistry<T extends Enum<T>,E>
- extends Object
- Since:
- 3.0
- Author:
- Konstantin Komissarchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventListenerRegistry
public EventListenerRegistry(Class<T> eventTypeClass)
addListener
public void addListener(IEventListener<E> listener,
T... types)
removeListener
public void removeListener(IEventListener<E> listener)
notifyListeners
public void notifyListeners(T eventType,
E event)
Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.