C# Class NFrame.NFTest.TestHandler1

Inheritance: NFBehaviour
Datei anzeigen Open project: ketoo/NFrame

Public Properties

Property Type Description
i int

Public Methods

Method Description
AfterInit ( ) : void
BeforeShut ( ) : void
Execute ( ) : void
Handler ( NFIActorMessage xMessage ) : void
Init ( ) : void
Self ( ) : NFGUID
Shut ( ) : void

Method Details

AfterInit() public method

public AfterInit ( ) : void
return void

BeforeShut() public method

public BeforeShut ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

Handler() public method

public Handler ( NFIActorMessage xMessage ) : void
xMessage NFIActorMessage
return void

Init() public method

public Init ( ) : void
return void

Self() public method

public Self ( ) : NFGUID
return NFGUID

Shut() public method

public Shut ( ) : void
return void

Property Details

i public_oe static_oe property

public static int i
return int