Skip to content

Instantly share code, notes, and snippets.

@godsmustbcrazy
Created April 28, 2009 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godsmustbcrazy/102964 to your computer and use it in GitHub Desktop.
Save godsmustbcrazy/102964 to your computer and use it in GitHub Desktop.
package com.tndn.suites
{
import com.esri.ags.SpatialReference;
import com.tndn.views.MainUI;
public interface IBaseSuite
{
/* set the mainUI*/
function setMainUI(value:MainUI):void;
/* set the spatialreference*/
function setSR(value:SpatialReference):void;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment