Skip to content

Instantly share code, notes, and snippets.

@neilmanuell
Created May 9, 2011 12:31
Show Gist options
  • Save neilmanuell/962441 to your computer and use it in GitHub Desktop.
Save neilmanuell/962441 to your computer and use it in GitHub Desktop.
Strictly typed SingleSignal for ModuleRequest callback
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