Skip to content

Instantly share code, notes, and snippets.

@neilmanuell
Created May 9, 2011 12:13
Show Gist options
  • Save neilmanuell/962415 to your computer and use it in GitHub Desktop.
Save neilmanuell/962415 to your computer and use it in GitHub Desktop.
The contract between module and its client
package revisual.modular.core {
import org.osflash.signals.ISignal;
public interface IModuleRequest {
function get callback():ISignal;
function requestData( id:Object ):void
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment