edu.rice.cs.drjava.model
Class GlobalEventNotifier.Poller
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalEventNotifier.Poller
public GlobalEventNotifier.Poller()
- Deprecated.
poll
public abstract boolean poll(GlobalModelListener l)
- Deprecated.