package de.greenrobot.event.util; public interface HasExecutionScope { Object getExecutionScope(); void setExecutionScope(Object executionScope); }