org.qi4j.api.property
Interface StateHolder.StateVisitor<ThrowableType extends Throwable>

All Known Subinterfaces:
EntityStateHolder.EntityStateVisitor<ThrowableType>
Enclosing interface:
StateHolder

public static interface StateHolder.StateVisitor<ThrowableType extends Throwable>


Method Summary
 void visitProperty(QualifiedName name, Object value)
           
 

Method Detail

visitProperty

void visitProperty(QualifiedName name,
                   Object value)
                   throws ThrowableType extends Throwable
Throws:
ThrowableType extends Throwable