org.apache.bval.jsr303.util
Class PathNavigation.CallbackProcedure

java.lang.Object
  extended by org.apache.bval.jsr303.util.PathNavigation.CallbackProcedure
All Implemented Interfaces:
PathNavigation.Callback<Object>
Direct Known Subclasses:
ValidationContextTraversal
Enclosing class:
PathNavigation

public abstract static class PathNavigation.CallbackProcedure
extends Object
implements PathNavigation.Callback<Object>

Callback "procedure" that always returns null.


Constructor Summary
PathNavigation.CallbackProcedure()
           
 
Method Summary
protected  void complete()
          Complete this CallbackProcedure.
 Object result()
          Return a result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.bval.jsr303.util.PathNavigation.Callback
handleGenericInIterable, handleIndexOrKey, handleProperty
 

Constructor Detail

PathNavigation.CallbackProcedure

public PathNavigation.CallbackProcedure()
Method Detail

result

public final Object result()
Return a result. Called after navigation is complete.

Specified by:
result in interface PathNavigation.Callback<Object>
Returns:
result

complete

protected void complete()
Complete this CallbackProcedure. Default implementation is noop.



Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.