Package org.astrogrid.samp.client

Examples of org.astrogrid.samp.client.ClientProfile


     */
    public SampHelper(Metadata meta, NavigatorImageDisplayFrame imageFrame) {
        _imageFrame = imageFrame;

        // Construct a connector
        ClientProfile profile = StandardClientProfile.getInstance();
        _connector = new GuiHubConnector(profile);

        // Configure it with metadata about this application
        _connector.declareMetadata(meta);

View Full Code Here

TOP

Related Classes of org.astrogrid.samp.client.ClientProfile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.