Interface SubState

All Known Subinterfaces:
XivState
All Known Implementing Classes:
PrimaryLogSource, PullTracker, QueueState, WsState, XivStateDummy, XivStateImpl

public interface SubState
Marker interface for state objects

Note that state objects should be thread-safe if it is expected that they might be updated from different places, unless all of said places would be event handlers (since the event pump would process them serially).