P3-SDK 0.9
P3 Software Development Kit
Loading...
Searching...
No Matches
Multimorphic.NetProcMachine Namespace Reference

Classes

class  EventManager
 This is the event manager. It retains a list of events, which are mapped to a list of subscribers that are executed when the event is posted. More...
struct  Handler

Functions

delegate bool EventHandler (string eventName, object eventData)
 This is a delegate method signature for event handlers.

Function Documentation

◆ EventHandler()

delegate bool Multimorphic.NetProcMachine.EventHandler ( string eventName,
object eventData )

This is a delegate method signature for event handlers.

All functions that are event recipients/handlers must follow this signature (so they must accept a string and an object)