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

de.greenrobot.event.util.HasExecutionScope Maven / Gradle / Ivy

The newest version!
package de.greenrobot.event.util;

public interface HasExecutionScope {
    Object getExecutionScope();

    void setExecutionScope(Object executionScope);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy