|
CIDER Toolkit Version 0.1.0-beta |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
This interface must be implemented to listen for events
that involve GrammarSymbols that are being used by an Interpreter.
| Method Summary | |
void |
symbolAdded(GrammarSymbolEvent event)
This method is called when a grammar symbol has been added to the internal parse forest of the Interpreter. |
void |
symbolModified(GrammarSymbolEvent event)
This method is called when a grammar symbol that is in the internal parse forest of the Interpreter is modified. |
void |
symbolRemoved(GrammarSymbolEvent event)
This method is called when a grammar symbol has been removed from the internal parse forest of the Interpreter. |
| Method Detail |
public void symbolAdded(GrammarSymbolEvent event)
Interpreter.
event - Contains details of the event.public void symbolRemoved(GrammarSymbolEvent event)
Interpreter.
event - Contains details of the event.public void symbolModified(GrammarSymbolEvent event)
Interpreter is modified.
event - Contains details of the event.
|
CIDER Toolkit Version 0.1.0-beta |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||