|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface InteractionsController.ConsoleStateListener
A listener interface that allows for others outside the interactions controller to be notified when the input console is enabled in the interactions pane.
Method Summary | |
---|---|
void |
consoleInputCompleted(String result,
InteractionsController c)
Called when the console input is complete. |
void |
consoleInputStarted(InteractionsController c)
Called when the input console is started in the interactions pane. |
Method Detail |
---|
void consoleInputStarted(InteractionsController c)
This method is called from the thread that initiated the console input,
void consoleInputCompleted(String result, InteractionsController c)
This method is called from the thread that initiated the console input.
result
- The text that was inputted to the console
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |