edu.rice.cs.drjava.model
Class GlobalEventNotifier.Notifier

java.lang.Object
  extended by 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.


Constructor Summary
GlobalEventNotifier.Notifier()
          Deprecated.  
 
Method Summary
abstract  void notifyListener(GlobalModelListener l)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalEventNotifier.Notifier

public GlobalEventNotifier.Notifier()
Deprecated. 
Method Detail

notifyListener

public abstract void notifyListener(GlobalModelListener l)
Deprecated.