|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwUserOperationDispatch
public class OwUserOperationDispatch
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
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 |
---|
public OwUserOperationDispatch()
Method Detail |
---|
public void fireAndForget(OwUserOperationEvent event_p)
public void fire(OwUserOperationEvent event_p) throws OwException
OwException
public void addUserOperationListener(OwUserOperationListener listener_p)
OwUserOperationExecutor
addUserOperationListener
in interface OwUserOperationExecutor
listener_p
- - the listener to be added.public void removeUserOperationListener(OwUserOperationListener listener_p)
OwUserOperationExecutor
removeUserOperationListener
in interface OwUserOperationExecutor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |