Created
May 8, 2011 15:46
-
-
Save neilmanuell/961447 to your computer and use it in GitHub Desktop.
IModule influenced by jhooks Modular utility for Robotlegs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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