|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the item type
Created: Apr 5, 2010public interface Inspector<T>
Provides an inspector for type T.
Method Summary | |
---|---|
void |
inspectItem(T i,
PassBack passBack)
Inspects the item. |
void |
inspectItems(PassBack passBack)
Inspects the a list of items. |
Method Detail |
---|
void inspectItem(T i, PassBack passBack) throws java.lang.Exception
i
- the sub-item to inspectpassBack
- an object passed back by all inspect functions
java.lang.Exception
- on failurevoid inspectItems(PassBack passBack) throws java.lang.Exception
passBack
- an object passed back by all inspect functions
java.lang.Exception
- on failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |