IHasProgress
Kind of class: | public interface |
---|---|
Package: | |
Inherits from: |
|
Implemented by: | |
Classpath: | org.asaplibrary.util.progress.IHasProgress |
File last modified: | Wednesday, 11 May 2011, 22:42:25 |
Interface for classes that can send ProgressEvent events
Summary
Instance methods
-
addProgressHandler
(inHandler:Function) : void
- Add a handler for ProgressEvent events
-
removeProgressHandler
(inHandler:Function) : void
- Remove a previously added handler for ProgressEvent events
Instance methods
addProgressHandler
function addProgressHandler(inHandler:Function) : void
Add a handler for ProgressEvent events
removeProgressHandler
function removeProgressHandler(inHandler:Function) : void
Remove a previously added handler for ProgressEvent events