|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edg.workload.userinterface.jclient.ListenerConsole
Implementation of the Listener interface.
IT provides a simple command-line from the same console where the java exututahble has been launched which is able to perform interactivity between the user and the bypass background shadow process
Listener
,
Shadow
Constructor Summary | |
ListenerConsole()
Default Constructor |
Method Summary | |
void |
run(Shadow sh)
This is the core method implemented for Listener interface. |
void |
setTerminator(java.lang.String tr)
Set the terminator string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListenerConsole()
Method Detail |
public void setTerminator(java.lang.String tr)
public void run(Shadow sh)
run
in interface Listener
sh
- this Shadow instance allows the Listener to retrieve any needed information for the interaction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |