Created
May 9, 2011 12:31
-
-
Save neilmanuell/962441 to your computer and use it in GitHub Desktop.
Strictly typed SingleSignal for ModuleRequest callback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package revisual.modular.signals { | |
import org.osflash.signals.SingleSignal; | |
public class RequestCallbackSignal extends SingleSignal { | |
public function RequestCallbackSignal() { | |
super( Boolean, Object, IModuleRequest ); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment