|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EventNotifier.Consumer
An EventConsumer consumes events delivered via an EventNotifier.
| Method Summary | |
|---|---|
void |
consumeEvent(Debugger.Event event)
Consumes an event. |
boolean |
isDone()
Determines if this consumer is still interested in consuming events. |
| Method Detail |
|---|
boolean isDone()
void consumeEvent(Debugger.Event event)
throws IOException
event - the event
IOException - if an IO error occurs
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||