com.wewebu.ow.server.app
Interface OwUserOperationListener

All Known Implementing Classes:
OwAttrBagBasedUserOperationListener, OwLogBasedUserOperationListener

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

Since:
3.1.0.3

Method Summary
 void operationPerformed(OwUserOperationEvent event_p)
          Method called when login is performed
 

Method Detail

operationPerformed

void operationPerformed(OwUserOperationEvent event_p)
                        throws OwException
Method called when login is performed

Parameters:
event_p - - the user operation template
Throws:
OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.