Skip to content

Instantly share code, notes, and snippets.

@destroytoday
Created March 11, 2010 20:10
Show Gist options
  • Save destroytoday/329590 to your computer and use it in GitHub Desktop.
Save destroytoday/329590 to your computer and use it in GitHub Desktop.
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