fr.ifremer.isisfish.simulator.launcher
Class SimulationService.Counter

java.lang.Object
  extended by fr.ifremer.isisfish.simulator.launcher.SimulationService.Counter
Enclosing class:
SimulationService

public static class SimulationService.Counter
extends Object

Permet de manipuler un int entre plusieurs appele de methodes recursive.


Field Summary
protected  int counter
           
 
Constructor Summary
SimulationService.Counter()
           
 
Method Summary
 int getCounter()
           
 void inc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counter

protected int counter
Constructor Detail

SimulationService.Counter

public SimulationService.Counter()
Method Detail

inc

public void inc()

getCounter

public int getCounter()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.