public interface OwUserOperationListener
The user operation listener.
Classes interested to receive information about user operations (LOGIN/LOGOUT)
must implement this interface.
The user operation listeners can be registered by the classes implementing OwUserOperationExecutor
.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
void |
operationPerformed(OwUserOperationEvent event_p)
Method called when login is performed
|
void operationPerformed(OwUserOperationEvent event_p) throws OwException
event_p
- - the user operation templateOwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.