Package org.adempiere.webui.component
Class TokenCommand
java.lang.Object
org.adempiere.webui.component.TokenCommand
- All Implemented Interfaces:
org.zkoss.zk.au.AuService
Desktop listener for onUserToken AuRequest command.Create
TokenEvent from AuRequest and post to the component that send the AuRequest.- Author:
- hengsin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanservice(org.zkoss.zk.au.AuRequest request, boolean everError) PostTokenEventcreated from ON_USER_TOKENAuRequestcommand.
-
Constructor Details
-
TokenCommand
public TokenCommand()Default constructor
-
-
Method Details
-
service
public boolean service(org.zkoss.zk.au.AuRequest request, boolean everError) PostTokenEventcreated from ON_USER_TOKENAuRequestcommand.- Specified by:
servicein interfaceorg.zkoss.zk.au.AuService
-