Created
March 11, 2010 20:10
-
-
Save destroytoday/329590 to your computer and use it in GitHub Desktop.
This file contains 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 { | |
import org.osflash.signals.Signal; | |
public class ApplicationSignalBus | |
{ | |
public const configPathChanged:Signal = new Signal(File); | |
public const stylesheetChanged:Signal = new Signal(StyleSheet); | |
public const accountLoggedIn:Signal = new Signal(AccountVO); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment