com.wewebu.ow.server.app
Interface OwUserOperationExecutor

All Known Subinterfaces:
OwNetworkContext
All Known Implementing Classes:
OwMainAppContext, OwUserOperationDispatch

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

Since:
3.1.0.3

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

addUserOperationListener

void addUserOperationListener(OwUserOperationListener listener_p)
Adds a user operation listener to this executor.

Parameters:
listener_p - - the listener to be added.

removeUserOperationListener

void removeUserOperationListener(OwUserOperationListener listener_p)
Removes the given user operation listener from this executor.

Parameters:
listener_p -


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.