ix.ip2
Class TrivialWatcherListener
java.lang.Object
|
+--ix.ip2.TrivialWatcherListener
- public class TrivialWatcherListener
- extends java.lang.Object
- implements WatcherListener
An implementation of WatcherListener that merely prints what's
happening.
Method Summary |
void |
finishAction(java.lang.String action,
int coa)
|
void |
finishAction(java.lang.String action,
int coa,
int level)
|
protected void |
note(java.lang.String message)
|
void |
startAction(java.lang.String action,
int coa)
|
void |
startAction(java.lang.String action,
int coa,
int level)
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
TrivialWatcherListener
public TrivialWatcherListener()
startAction
public void startAction(java.lang.String action,
int coa)
- Specified by:
- startAction in interface WatcherListener
startAction
public void startAction(java.lang.String action,
int coa,
int level)
- Specified by:
- startAction in interface WatcherListener
finishAction
public void finishAction(java.lang.String action,
int coa)
- Specified by:
- finishAction in interface WatcherListener
finishAction
public void finishAction(java.lang.String action,
int coa,
int level)
- Specified by:
- finishAction in interface WatcherListener
note
protected void note(java.lang.String message)