FairyGUI.EventListener.EventListener C# (CSharp) Method

EventListener() public method

public EventListener ( EventDispatcher owner, string type ) : System.Collections.Generic
owner EventDispatcher
type string
return System.Collections.Generic
        public EventListener(EventDispatcher owner, string type)
        {
            this.owner = owner;
            this._type = type;
        }