Package org.apache.bval.jsr.util
Class PathNavigation.CallbackProcedure
- java.lang.Object
- 
- org.apache.bval.jsr.util.PathNavigation.CallbackProcedure
 
- 
- All Implemented Interfaces:
- PathNavigation.Callback<Void>
 - Direct Known Subclasses:
- PathNavigation.CompositeCallbackProcedure
 - Enclosing class:
- PathNavigation
 
 public abstract static class PathNavigation.CallbackProcedure extends Object implements PathNavigation.Callback<Void> Callback "procedure" that always returns null.
- 
- 
Constructor SummaryConstructors Constructor Description CallbackProcedure()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcomplete()Complete this CallbackProcedure.Voidresult()Return a result.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.bval.jsr.util.PathNavigation.CallbackhandleGenericInIterable, handleIndexOrKey, handleProperty
 
- 
 
- 
- 
- 
Method Detail- 
resultpublic final Void result() Return a result. Called after navigation is complete.- Specified by:
- resultin interface- PathNavigation.Callback<Void>
- Returns:
- result
 
 - 
completeprotected void complete() Complete this CallbackProcedure. Default implementation is noop.
 
- 
 
-