Home | History | Annotate | Download | only in filterfw

Lines Matching defs:PAUSE

46     private static final Event PAUSE_EVENT = new Event(Event.PAUSE, null);
94 public static final int PAUSE = 6;
144 case Event.PAUSE:
700 public void pause() {
932 /** Like pause(), but closes all filters. Can be resumed using restart(). */