Packagekrewfw.builtin_actor.system
Classpublic class MinimalStateHook
InheritanceMinimalStateHook Inheritance Object

state 切り替え時に何か実行したい時用



Public Methods
 MethodDefined By
  
MinimalStateHook(beforeHook:Function = null)
MinimalStateHook
  
addAfterHook(afterHook:Function):void
MinimalStateHook
  
addHook(beforeHook:Function):void
MinimalStateHook
  
MinimalStateHook
  
MinimalStateHook
Constructor Detail
MinimalStateHook()Constructor
public function MinimalStateHook(beforeHook:Function = null)



Parameters
beforeHook:Function (default = null)
Method Detail
addAfterHook()method
public function addAfterHook(afterHook:Function):void

Parameters

afterHook:Function

addHook()method 
public function addHook(beforeHook:Function):void

Parameters

beforeHook:Function

invokeAfterHooks()method 
public function invokeAfterHooks():void

invokeBeforeHooks()method 
public function invokeBeforeHooks():void