|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TerminalListener
interface reports all changes which happen
to the Terminal object.
TerminalListener()
. Applications
must instantiate an object which implements this interface and then use
the Terminal.addListener()
) method to register the object to
receive all future events associated with the Terminal object.
Terminal.getListeners()
method.
TerminalEvent
Method Summary | |
void |
terminalListenerEnded(TerminalEvent event)
The terminalListenerEnded event indicates that the application
will no longer receive Terminal events on the instance of the
TerminalListener . |
Method Detail |
public void terminalListenerEnded(TerminalEvent event)
terminalListenerEnded
event indicates that the application
will no longer receive Terminal events on the instance of the
TerminalListener
.
This constant indicates a specific event passed via a TerminalEvent
event, and is reported on the TerminalListener
interface.
TerminalEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |