Package fr.imag.adele.apam.pax.distriman.test.iface

Examples of fr.imag.adele.apam.pax.distriman.test.iface.P2SpecKeeper


  }

  @Override
  public P2SpecKeeper getKeeper() {

    return new P2SpecKeeper("keeper value ok");
  }
View Full Code Here


  }

  @Override
  public P2SpecKeeper getKeeper() {
    // TODO Auto-generated method stub
    return new P2SpecKeeper("keeper value ok");
  }
View Full Code Here

TOP

Related Classes of fr.imag.adele.apam.pax.distriman.test.iface.P2SpecKeeper

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.