Package org.compiere.util
Interface IEnvEventListener
public interface IEnvEventListener
Interface for environment event listener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClearWindowContext
(int windowNo) On clear window context eventvoid
onReset
(boolean finalCall) On reset environment event
-
Method Details
-
onClearWindowContext
void onClearWindowContext(int windowNo) On clear window context event- Parameters:
windowNo
-
-
onReset
void onReset(boolean finalCall) On reset environment event- Parameters:
finalCall
-
-