Enumeration OwnershipEvent

The Needle Engine networking server supports the concept of ownership that can be requested.
The {@link OwnershipModel} enum contains possible outgoing (Request) and incoming (Response) events for communicating ownership.
We recommend using the OwnershipModel class instead of dealing with those events directly.

Enumeration Members

GainedOwnership
GainedOwnershipBroadcast
LostOwnership
LostOwnershipBroadcast
RemoveOwnership
RequestHasOwner
RequestIsOwner
RequestOwnership
ResponseHasOwner
ResponseIsOwner