ora.core.handler
Class MonitorHandler

java.lang.Object
  extended by ora.core.handler.DefaultHandler
      extended by ora.core.handler.MonitorHandler
All Implemented Interfaces:
java.io.Serializable, Handler

public class MonitorHandler
extends DefaultHandler
implements Handler

See Also:
Serialized Form

Constructor Summary
MonitorHandler()
           
 
Method Summary
 void searchInClass(GuiElement element, java.lang.Object obj, java.lang.Class clazz, int level, AnalyserRules rules)
          Recursive analyse of object
 
Methods inherited from class ora.core.handler.DefaultHandler
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ora.core.handler.Handler
clone
 

Constructor Detail

MonitorHandler

public MonitorHandler()
Method Detail

searchInClass

public void searchInClass(GuiElement element,
                          java.lang.Object obj,
                          java.lang.Class clazz,
                          int level,
                          AnalyserRules rules)
                   throws java.lang.Exception
Description copied from interface: Handler
Recursive analyse of object

Specified by:
searchInClass in interface Handler
Overrides:
searchInClass in class DefaultHandler
Throws:
java.lang.Exception