|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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. |
Method Detail |
---|
void addUserOperationListener(OwUserOperationListener listener_p)
listener_p
- - the listener to be added.void removeUserOperationListener(OwUserOperationListener listener_p)
listener_p
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |