public class InvokeIntercept extends Event
| Constructor and Description |
|---|
InvokeIntercept(Object receiver,
INotificationListener dispatcher,
IMethod method,
IArgs args) |
| Modifier and Type | Method and Description |
|---|---|
IArgs |
getArgs() |
INotificationListener |
getDispatcher() |
EventType |
getEventType() |
IMethod |
getMethod() |
Object |
getReceiver() |
Object |
getResult() |
Object |
resume() |
void |
setResult(Object result) |
consume, getName, getRc, isConsumed, isVetoed, setRc, setVeto, vetogetSource, toStringpublic static final EventType ID
public InvokeIntercept(Object receiver, INotificationListener dispatcher, IMethod method, IArgs args)
public IArgs getArgs()
public INotificationListener getDispatcher()
public EventType getEventType()
getEventType in class Eventpublic IMethod getMethod()
public Object getReceiver()
public Object getResult()
public Object resume() throws MethodInvocationException
MethodInvocationExceptionpublic void setResult(Object result)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.