Package net.sf.myway.gps.garmin.unit

Examples of net.sf.myway.gps.garmin.unit.A100Sequencer


  public SimpleSequence(final String type, final CommandName name, final int commandId) {
    _type = type;
    _name = name;
    _commandId = commandId;
    if (type.equals("A100"))
      _sequencer = new A100Sequencer(this);
    else
      _sequencer = null;
  }
View Full Code Here

TOP

Related Classes of net.sf.myway.gps.garmin.unit.A100Sequencer

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.