Package org.compiere.util
Interface IEnvEventListener
public interface IEnvEventListener
Interface for environment event listener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonClearWindowContext(int windowNo) On clear window context eventvoidonReset(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-
-