com.onlineobject.objectnet Namespace

NetworkEventsCore Members

The NetworkEventsCore type exposes the following members.

Constructors


  Name Description
Public method NetworkEventsCore
Constructor for the NetworkEventsCore class.

Methods


  Name Description
Public method ExecuteEvent
Executes the event associated with the given event code.
Public method HasEvent
Checks if an event with the specified code is registered.
Public method IsBroadcastEvent
Checks if an event code is marked as a broadcast event.
Public method RegisterBroadcastEvent
Registers an event code as a broadcast event.
Public method RegisterEvent
Registers a new event with a callback action.
Public method UnregisterBroadcastEvent
Unregisters an event code from being a broadcast event.