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

ru.taskurotta.service.executor.Operation Maven / Gradle / Ivy

package ru.taskurotta.service.executor;

import java.io.Serializable;

public interface Operation extends Runnable, Serializable {

    public void init(Object nativePoint);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy