net.aerith.misao.toolkit.AgentDesktop
Class AgentDesktop.BatchExaminationObserver

java.lang.Object
  |
  +--net.aerith.misao.toolkit.AgentDesktop.AgentDesktop.BatchExaminationObserver
Enclosing class:
AgentDesktop

protected class AgentDesktop.BatchExaminationObserver
extends java.lang.Object
implements OperationObserver

The BatchExaminationObserver is an observer of batch examination.


Field Summary
protected  java.util.ArrayList list_info
           
 
Constructor Summary
protected AgentDesktop.BatchExaminationObserver()
           
 
Method Summary
 void notifyEnd(java.lang.Exception exception)
          Invoked when the operation ends.
 void notifyFailed(java.lang.Object arg)
          Invoked when a task is failed.
 void notifyStart()
          Invoked when the operation starts.
 void notifySucceeded(java.lang.Object arg)
          Invoked when a task is succeeded.
 void notifyWarned(java.lang.Object arg)
          Invoked when a task is warned.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

list_info

protected java.util.ArrayList list_info
Constructor Detail

AgentDesktop.BatchExaminationObserver

protected AgentDesktop.BatchExaminationObserver()
Method Detail

notifyStart

public void notifyStart()
Invoked when the operation starts.
Specified by:
notifyStart in interface OperationObserver

notifyEnd

public void notifyEnd(java.lang.Exception exception)
Invoked when the operation ends.
Specified by:
notifyEnd in interface OperationObserver
Parameters:
exception - the exception if an error occurs, or null if succeeded.

notifySucceeded

public void notifySucceeded(java.lang.Object arg)
Invoked when a task is succeeded.
Specified by:
notifySucceeded in interface OperationObserver
Parameters:
arg - the argument.

notifyFailed

public void notifyFailed(java.lang.Object arg)
Invoked when a task is failed.
Specified by:
notifyFailed in interface OperationObserver
Parameters:
arg - the argument.

notifyWarned

public void notifyWarned(java.lang.Object arg)
Invoked when a task is warned.
Specified by:
notifyWarned in interface OperationObserver
Parameters:
arg - the argument.