Package remote.motecontrol.client

Examples of remote.motecontrol.client.SimpleMoteStatus


        return "Invalid status "+s;
    }
  }

  public int compare(Object arg0, Object arg1) {
    SimpleMoteStatus s0,s1;
    s0 = (SimpleMoteStatus)arg0;
    s1 = (SimpleMoteStatus)arg1;
    return getText(s0.getStatus()).compareTo(getText(s1.getStatus()));
  }
View Full Code Here

TOP

Related Classes of remote.motecontrol.client.SimpleMoteStatus

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.