All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arca.std.utils.timer.TimerEvent Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
package com.arca.std.utils.timer;

public interface TimerEvent {
	 /*========================
	////////CONSTANTS/////////
	========================*/
	
	
	/*=======================
	 //////////METHODS////////
	 =======================*/
	public void onFinished(float pTimeLeftover);
	
	/*========================
	 ////GETTERS & SETTERS////
	 ========================*/
	
	
	/*========================
	 /////INNER INTERFACES/////
	 ========================*/

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy