NoOpState
protected NoOpState(ModularXmppClientToServerConnection connection,
StateDescriptor stateDescriptor,
ModularXmppClientToServerConnectionInternal connectionInternal)
Constructs a NoOpState. Note that the signature of this constructor is designed so that it mimics States which
are non-static inner classes of ModularXmppClientToServerConnection. That is why the first argument is not used.
- Parameters:
connection - the connection.
stateDescriptor - the related state descriptor
connectionInternal - the internal connection API.