com.arca.std.utils.timer.TimerEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arca-std Show documentation
Show all versions of arca-std Show documentation
A module filled with standard functionalities for the Arca framework
package com.arca.std.utils.timer;
public interface TimerEvent {
/*========================
////////CONSTANTS/////////
========================*/
/*=======================
//////////METHODS////////
=======================*/
public void onFinished(float pTimeLeftover);
/*========================
////GETTERS & SETTERS////
========================*/
/*========================
/////INNER INTERFACES/////
========================*/
}