Skip to content

Instantly share code, notes, and snippets.

@neilmanuell
Created May 8, 2011 15:46
Show Gist options
  • Save neilmanuell/961447 to your computer and use it in GitHub Desktop.
Save neilmanuell/961447 to your computer and use it in GitHub Desktop.
IModule influenced by jhooks Modular utility for Robotlegs
package org.robotlegs.utilities.modular.core
{
import org.robotlegs.core.IInjector;
public interface IModule {
function injectClient(value:IInjector):void;
function dispose():void;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment