Interface StateChangeApplier
-
@Internal public interface StateChangeApplier
Applies state data change to some state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(StateChangeOperation operation, DataInputView in)
-
-
-
Method Detail
-
apply
void apply(StateChangeOperation operation, DataInputView in) throws Exception
- Throws:
Exception
-
-