org.jsesoft.mmbi
Class MMBIConstructorInspector

java.lang.Object
  extended by org.jsesoft.ri.ConstructorInspector
      extended by org.jsesoft.mmbi.MMBIConstructorInspector
All Implemented Interfaces:
Inspector<java.lang.reflect.Constructor<?>>

public class MMBIConstructorInspector
extends ConstructorInspector

Provides services for .


Constructor Summary
MMBIConstructorInspector()
          Creates new TextConstructorInstructor.
 
Method Summary
 void inspectItem(java.lang.reflect.Constructor<?> constructor, PassBack thePassBack)
          Inspects the item.
 void inspectItems(PassBack passBack)
          Inspects the a list of items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMBIConstructorInspector

public MMBIConstructorInspector()
Creates new TextConstructorInstructor.

Method Detail

inspectItem

public void inspectItem(java.lang.reflect.Constructor<?> constructor,
                        PassBack thePassBack)
                 throws java.lang.Exception
Inspects the item.

Specified by:
inspectItem in interface Inspector<java.lang.reflect.Constructor<?>>
Overrides:
inspectItem in class ConstructorInspector
Parameters:
constructor - the sub-item to inspect
thePassBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
ConstructorInspector.inspectItem(java.lang.reflect.Constructor, org.jsesoft.ri.PassBack)

inspectItems

public void inspectItems(PassBack passBack)
                  throws java.lang.Exception
Inspects the a list of items.

Specified by:
inspectItems in interface Inspector<java.lang.reflect.Constructor<?>>
Overrides:
inspectItems in class ConstructorInspector
Parameters:
passBack - an object passed back by all inspect functions
Throws:
java.lang.Exception - on failure
See Also:
ConstructorInspector.inspectItems(org.jsesoft.ri.PassBack)


Copyright © 2010 JSESoft. All Rights Reserved.