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