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
Modifier and Type | Field and Description |
---|---|
protected OwMainAppContext |
context
the context
|
Constructor and Description |
---|
OwContextBasedUOListenerFactory(OwMainAppContext context_p)
constructor
|
protected OwMainAppContext context
public OwContextBasedUOListenerFactory(OwMainAppContext context_p)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.