admin
2021-03-30 12a19ad554e6f7c5c355856c12914bca7bce70e8
1
2
3
4
5
6
7
8
package de.greenrobot.event.util;
 
public interface HasExecutionScope {
    Object getExecutionScope();
 
    void setExecutionScope(Object executionScope);
 
}