com.FlashDynamix.core
class Base
Object
|
+--com.FlashDynamix.core.Base
All Known Subclasses: XmlRemotingclass Base extends Object
Component Base
Used for dispacthing events model with FlashDynamix components
- Author:Shane McCartney - shanem@flashdynamix.com
- Version:1.0
- Since:27/11/2005
Method Summary
Subscribes an event listener object to the component
Adds a listener to the class
Removes a specific listener from the class
public removeListeners (
)
Removes all listeners from the class
Method Documentation
addListener
public function addListener (
type: String,
evtObj: Object)
evtObj: Object)
Subscribes an event listener object to the component
removeListener
public function removeListener (
type: String)
Removes a specific listener from the class
- Base.as, Last Modified: 3/03/2007 7:02:26 PM