FairyGUI.EventDispatcher
class FairyGUI.EventDispatcher
Constructors:
FairyGUI.EventDispatcher.New()
Methods:
void AddEventListener(string, FairyGUI.EventCallback1)- Description:
 - Parameter strType:
 - Parameter callback:
 
void AddEventListener(string, FairyGUI.EventCallback0)- Description:
 - Parameter strType:
 - Parameter callback:
 
void RemoveEventListener(string, FairyGUI.EventCallback1)- Description:
 - Parameter strType:
 - Parameter callback:
 
void RemoveEventListener(string, FairyGUI.EventCallback0)- Description:
 - Parameter strType:
 - Parameter callback:
 
void AddCapture(string, FairyGUI.EventCallback1)- Description:
 - Parameter strType:
 - Parameter callback:
 
void RemoveCapture(string, FairyGUI.EventCallback1)- Description:
 - Parameter strType:
 - Parameter callback:
 
void RemoveEventListeners()- Description:
 
void RemoveEventListeners(string)- Description:
 - Parameter strType:
 
bool hasEventListeners(string)- Description:
 - Parameter strType:
 - Return:
 
bool isDispatching(string)- Description:
 - Parameter strType:
 - Return:
 
bool DispatchEvent(string)- Description:
 - Parameter strType:
 - Return:
 
bool DispatchEvent(string, object)- Description:
 - Parameter strType:
 - Parameter data:
 - Return:
 
bool DispatchEvent(string, object, object)bool DispatchEvent(FairyGUI.EventContext)- Description:
 - Parameter context:
 - Return:
 
bool BroadcastEvent(string, object)- Description:
 - Parameter strType:
 - Parameter data:
 - Return: