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

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

There is a newer version: 3.0.0-beta1
Show newest version
package de.greenrobot.event.util;

public interface HasExecutionScope {
    Object getExecutionScope();

    void setExecutionScope(Object executionScope);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy