Skip to content

Instantly share code, notes, and snippets.

@neilmanuell
Created February 25, 2011 11:13
Show Gist options
  • Save neilmanuell/843663 to your computer and use it in GitHub Desktop.
Save neilmanuell/843663 to your computer and use it in GitHub Desktop.
Contract for BaseMacroAction
public interface IActionable
{
function action( payload:Object = null ):void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment