Created
April 28, 2009 05:24
-
-
Save godsmustbcrazy/102964 to your computer and use it in GitHub Desktop.
This file contains 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 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