-
- All Implemented Interfaces:
public final class NetworkStateChangeEvent
-
-
Field Summary
Fields Modifier and Type Field Description private ProtocolStatestate
-
Constructor Summary
Constructors Constructor Description NetworkStateChangeEvent(ProtocolState state)
-
Method Summary
Modifier and Type Method Description final ProtocolStategetState()final UnitsetState(ProtocolState state)-
-
Constructor Detail
-
NetworkStateChangeEvent
NetworkStateChangeEvent(ProtocolState state)
-
-
Method Detail
-
getState
final ProtocolState getState()
-
setState
final Unit setState(ProtocolState state)
-
-
-
-