com.wewebu.ow.server.app
Class OwUserOperationDispatch

java.lang.Object
  extended by com.wewebu.ow.server.app.OwUserOperationDispatch
All Implemented Interfaces:
OwUserOperationExecutor

public class OwUserOperationDispatch
extends Object
implements OwUserOperationExecutor

Operation executor utility.

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.2.0.0

Constructor Summary
OwUserOperationDispatch()
           
 
Method Summary
 void addUserOperationListener(OwUserOperationListener listener_p)
          Adds a user operation listener to this executor.
 void fire(OwUserOperationEvent event_p)
           
 void fireAndForget(OwUserOperationEvent event_p)
           
 void removeUserOperationListener(OwUserOperationListener listener_p)
          Removes the given user operation listener from this executor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwUserOperationDispatch

public OwUserOperationDispatch()
Method Detail

fireAndForget

public void fireAndForget(OwUserOperationEvent event_p)

fire

public void fire(OwUserOperationEvent event_p)
          throws OwException
Throws:
OwException

addUserOperationListener

public void addUserOperationListener(OwUserOperationListener listener_p)
Description copied from interface: OwUserOperationExecutor
Adds a user operation listener to this executor.

Specified by:
addUserOperationListener in interface OwUserOperationExecutor
Parameters:
listener_p - - the listener to be added.

removeUserOperationListener

public void removeUserOperationListener(OwUserOperationListener listener_p)
Description copied from interface: OwUserOperationExecutor
Removes the given user operation listener from this executor.

Specified by:
removeUserOperationListener in interface OwUserOperationExecutor


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.