org.apache.bval.jsr303.util
Class PathNavigation.CallbackProcedure
java.lang.Object
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.
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 |
PathNavigation.CallbackProcedure
public PathNavigation.CallbackProcedure()
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.