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