|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShellContextEventHandler
Implement this interface to listen for shell context events.
| Method Summary | |
|---|---|
void |
onVariableAdded(QName variableName,
Object value)
Called when a variable is added to the context. |
void |
onVariableChanged(QName variableName,
Object value)
Called when a variable is changed. |
void |
onVariableRemoved(QName variableName)
Called when a variable is removed. |
| Method Detail |
|---|
void onVariableAdded(QName variableName,
Object value)
variableName - value -
void onVariableChanged(QName variableName,
Object value)
variableName - void onVariableRemoved(QName variableName)
variableName -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||