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