LaColla.core.util.services
Class ServiceTimer

java.lang.Object
  extended by LaColla.core.util.services.ServiceTimer
All Implemented Interfaces:
java.lang.Runnable

public class ServiceTimer
extends java.lang.Object
implements java.lang.Runnable

Author:
Xavier TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ServiceTimer(Compo compo)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceTimer

public ServiceTimer(Compo compo)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable