public interface ISymbolObserver
| Modifier and Type | Method and Description |
|---|---|
boolean |
createPredefinedSymbol(java.lang.String symbol)
If a symbol with a starting upper case character in its name is created this
method will be called.
|
void |
createUserSymbol(ISymbol symbol)
If a user symbol with a starting '$' character in its name is created this
method will be called.
|
boolean createPredefinedSymbol(java.lang.String symbol)
symbol - void createUserSymbol(ISymbol symbol)
symbol -