Skip to content

Instantly share code, notes, and snippets.

@davidortinau
Created July 7, 2011 18:55
Show Gist options
  • Save davidortinau/1070266 to your computer and use it in GitHub Desktop.
Save davidortinau/1070266 to your computer and use it in GitHub Desktop.
AlertsController
package meridiantablet.control
{
public class AlertsController
{
[SignalHandler( type="AlertsLoadRequest" )]
public function loadAlerts():void
{
// do something
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment