| Constructor and Description |
|---|
StateRegistry(@NotNull net.infumia.frame.logger.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable StateRich<?> |
byId(long internalId) |
@NotNull java.util.Iterator<StateRich<java.lang.Object>> |
iterator() |
void |
register(@NotNull StateRich<?> state) |
void |
unregister(@NotNull StateRich<?> state) |
public StateRegistry(@NotNull
@NotNull net.infumia.frame.logger.Logger logger)