edu.rice.cs.drjava.model
Class GlobalEventNotifier.Notifier
java.lang.Object
edu.rice.cs.drjava.model.GlobalEventNotifier.Notifier
- Enclosing class:
- GlobalEventNotifier
Deprecated. Use listener methods directly instead.
@Deprecated
public abstract static class GlobalEventNotifier.Notifier
- extends Object
Class model for notifying listeners of an event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalEventNotifier.Notifier
public GlobalEventNotifier.Notifier()
- Deprecated.
notifyListener
public abstract void notifyListener(GlobalModelListener l)
- Deprecated.