com.wewebu.ow.server.app
Class OwContextBasedUOListenerFactory

java.lang.Object
  extended by 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

Field Summary
protected  OwMainAppContext context
          the context
 
Constructor Summary
OwContextBasedUOListenerFactory(OwMainAppContext context_p)
          constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.wewebu.ow.server.app.OwUserOperationListenerFactory
createListener
 

Field Detail

context

protected OwMainAppContext context
the context

Constructor Detail

OwContextBasedUOListenerFactory

public OwContextBasedUOListenerFactory(OwMainAppContext context_p)
constructor



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.