Package org.jboss.hal.ballroom.form
Class ReadOnlyStateMachine
- java.lang.Object
-
- org.jboss.hal.ballroom.form.AbstractStateMachine
-
- org.jboss.hal.ballroom.form.ReadOnlyStateMachine
-
- All Implemented Interfaces:
StateMachine
public class ReadOnlyStateMachine extends AbstractStateMachine implements StateMachine
A read-only state machine. Supports only theForm.State.READONLYstate and theForm.Operation.VIEWoperation.
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyStateMachine()
-