com.wewebu.ow.server.app
Class OwContextBasedUOListenerFactory
java.lang.Object
com.wewebu.ow.server.app.OwContextBasedUOListenerFactory
- All Implemented Interfaces:
- OwUserOperationListenerFactory
- Direct Known Subclasses:
- OwDbUserOperationListenerFactory, OwLogUserOperationListenerFactory
public abstract class OwContextBasedUOListenerFactory
- extends Object
- implements OwUserOperationListenerFactory
Abstract class for user operation listener factory. Subclasses of this class
will be used in owbootstrap.xml
configuration file for dynamic creation
of user operation listeners.
Used to decouple the listeners from OwMainAppContext
, to provide an easier
usage of listeners in another applications than OWD.
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected OwMainAppContext context
- the context
OwContextBasedUOListenerFactory
public OwContextBasedUOListenerFactory(OwMainAppContext context_p)
- constructor
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.