Skip to content

Instantly share code, notes, and snippets.

@Stray
Created January 29, 2011 20:25
Show Gist options
  • Save Stray/802159 to your computer and use it in GitHub Desktop.
Save Stray/802159 to your computer and use it in GitHub Desktop.
Simpler interface that only provides what's needed
public interface IDisableable
{
function enable():void;
function disable():void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment