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

org.zeromq.timer.TimerHandler Maven / Gradle / Ivy

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