Package org.astrogrid.samp.gui

Examples of org.astrogrid.samp.gui.GuiHubConnector


    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);

        // Prepare to receive messages with specific MType(s)
View Full Code Here

TOP

Related Classes of org.astrogrid.samp.gui.GuiHubConnector

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.