Package devplugin

Examples of devplugin.ChannelGroupImpl


  private ChannelGroup mGroup;

  public ChannelList(final String groupName) {
    mChannelList = new ArrayList<ChannelItem>();
    mGroup = new ChannelGroupImpl(groupName, groupName, "");
  }
View Full Code Here

TOP

Related Classes of devplugin.ChannelGroupImpl

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.