public interface StateMachine<S>
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_CURRENT_STATE |
static String |
METHOD_FORCE_STATE |
| Modifier and Type | Method and Description |
|---|---|
void |
forceState(Class<? extends S> state) |
S |
getCurrentState() |
static final String METHOD_CURRENT_STATE
static final String METHOD_FORCE_STATE
Copyright © 2023 jUPnP.org. All rights reserved.