![JAR search and dependency download from the Maven repository](/logo.png)
com.evasion.common.TimerInterface Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates and open the template in
* the editor.
*/
package com.evasion.common;
import com.evasion.exception.EvasionException;
import javax.ejb.Timer;
/**
*
* @author glon-56610
*/
public interface TimerInterface {
public void updateImportTimer() throws EvasionException;
public void timeout(Timer timer);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy