admin
2020-09-10 44e43897c0f490ea275b386bf9399640aa3200d7
1
2
3
4
5
6
7
8
package de.greenrobot.event.util;
 
public interface HasExecutionScope {
    Object getExecutionScope();
 
    void setExecutionScope(Object executionScope);
 
}