public interface OwUserOperationExecutor
Interface for user operation executor. Classes that are performing LOGIN/LOGOUT operations and want to inform different listeners about the executed operations, need to implement this interface.
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 |
addUserOperationListener(OwUserOperationListener listener_p)
Adds a user operation listener to this executor.
|
void |
removeUserOperationListener(OwUserOperationListener listener_p)
Removes the given user operation listener from this executor.
|
void addUserOperationListener(OwUserOperationListener listener_p)
listener_p
- - the listener to be added.void removeUserOperationListener(OwUserOperationListener listener_p)
listener_p
- Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.