Packagenet.guttershark.events.delegates.components.composites
Classpublic class BaseButtonEventListenerDelegate
InheritanceBaseButtonEventListenerDelegate Inheritance EventListenerDelegate

The BaseButtonEventListenerDelegate class is an IEventListenerDelegate that implements event listeners for the BaseButton Class. This is a composite object used in other IEventListenerDelegate classes. See the EventManager for a list of events supported.



Public Properties
 PropertyDefined by
 InheritedcallbackDelegate : *
The calbackDelegate.
EventListenerDelegate
 InheritedcallbackPrefix : String
The callback prefix on the target callbackDelegate;
EventListenerDelegate
 InheritedcycleAllThroughTracking : Boolean
Cycle all events through tracking framework.
EventListenerDelegate
Protected Properties
 PropertyDefined by
 InheritedhandleEvent : Function
A function reference on EventManager.
EventListenerDelegate
 Inheritedobj : *
A reference to the obj that listeners were added too.
EventListenerDelegate
Public Methods
 MethodDefined by
 Inherited
addListeners(obj:*):void
Add listeners to the passed obj.
EventListenerDelegate
  
dispose():void
Dispose of this ButtonEventListenerDelegate instance.
BaseButtonEventListenerDelegate
Protected Methods
 MethodDefined by
  
Remove event listeners addd to the object.
BaseButtonEventListenerDelegate
Method detail
dispose()method
public override function dispose():void

Dispose of this ButtonEventListenerDelegate instance. This is called from the EventManager.

removeEventListeners()method 
protected override function removeEventListeners():void

Remove event listeners addd to the object.