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