| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventNotifier.Consumer | |
|---|---|
| com.sun.squawk.debugger | |
| Uses of EventNotifier.Consumer in com.sun.squawk.debugger | 
|---|
| Classes in com.sun.squawk.debugger that implement EventNotifier.Consumer | |
|---|---|
|  class | EventManagerThe EventManagerclass manages requests from a remote
 entity that wants to be notified when certain events occur. | 
| Methods in com.sun.squawk.debugger with parameters of type EventNotifier.Consumer | |
|---|---|
|  void | EventNotifier.consumeEvent(EventNotifier.Consumer consumer)Consumes an event produced by a producer. | 
|  void | EventNotifier.produceEvent(Debugger.Event evt,
             EventNotifier.Consumer consumer)Called by an event producer to notify a waiting consumer of an event. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||