DefaultOperationObserver

net.aerith.misao.util. OperationObserver
+notifyStart() :void
+notifyEnd(Exception exception) :void
+notifySucceeded(Object arg) :void
+notifyFailed(Object arg) :void
+notifyWarned(Object arg) :void
java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. DefaultOperationObserver
#succeeded_list :Vector
#failed_list :Vector
#warned_list :Vector
+DefaultOperationObserver()
+notifyStart() :void
+notifyEnd(Exception exception) :void
+notifySucceeded(Object arg) :void
+notifyFailed(Object arg) :void
+notifyWarned(Object arg) :void
+getSucceededList() :Vector
+getFailedList() :Vector
+getWarnedList() :Vector