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
.Create
TokenEvent
from AuRequest
and post to the component that send the AuRequest
.- Author:
- hengsin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(org.zkoss.zk.au.AuRequest request, boolean everError) PostTokenEvent
created from ON_USER_TOKENAuRequest
command.
-
Constructor Details
-
TokenCommand
public TokenCommand()Default constructor
-
-
Method Details
-
service
public boolean service(org.zkoss.zk.au.AuRequest request, boolean everError) PostTokenEvent
created from ON_USER_TOKENAuRequest
command.- Specified by:
service
in interfaceorg.zkoss.zk.au.AuService
-