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