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

java.lang.Object
  extended by edu.rice.cs.drjava.model.GlobalEventNotifier.Poller
Enclosing class:
GlobalEventNotifier

Deprecated. Use listener methods directly instead.

@Deprecated
public abstract static class GlobalEventNotifier.Poller
extends Object

Class model for asking listeners a yes/no question.


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

Constructor Detail

GlobalEventNotifier.Poller

public GlobalEventNotifier.Poller()
Deprecated. 
Method Detail

poll

public abstract boolean poll(GlobalModelListener l)
Deprecated.