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

org.mwg.DeferCounterSync Maven / Gradle / Ivy

package org.mwg;

/**
 * DeferCounter provides a mean to wait for an amount of events before running a method.
 */
public interface DeferCounterSync extends DeferCounter {
    
    Object waitResult();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy