Uses of Class
org.adempiere.base.event.LoginEventData
-
Packages that use LoginEventData Package Description org.adempiere.base.event.annotations -
-
Uses of LoginEventData in org.adempiere.base.event.annotations
Methods in org.adempiere.base.event.annotations that return LoginEventData Modifier and Type Method Description protected LoginEventData
AfterLoginEventDelegate. getLoginEventData()
Methods in org.adempiere.base.event.annotations with parameters of type LoginEventData Modifier and Type Method Description protected abstract void
AfterLoginEventDelegate. onAfterLogin(LoginEventData data)
override this to handle after login event
-