
org.zeromq.timer.TimerHandler Maven / Gradle / Ivy
package org.zeromq.timer;
import zmq.util.Draft;
import zmq.util.Timers;
/**
* Called when the time has come to perform some action.
* This is a DRAFT class, and may change without notice.
*/
@Draft
public interface TimerHandler extends Timers.Handler
{
@Override
void time(Object... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy