org.zeromq.timer.TimerHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jeromq Show documentation
Show all versions of jeromq Show documentation
Pure Java implementation of libzmq
The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy