Package jfun.yan.containers

Examples of jfun.yan.containers.SimpleRegistrar


  /**
   * To create a MonitoringContainer object.
   * @param mon the ComponentMonitor object.
   */
  public MonitoringContainer(ComponentMonitor mon){
    this(new SimpleRegistrar(), mon);
  }
View Full Code Here

TOP

Related Classes of jfun.yan.containers.SimpleRegistrar

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.