org.objectweb.jac.aspects.gui
Class WaitWrapper
java.lang.Object
|
+--org.objectweb.jac.core.Wrapper
|
+--org.objectweb.jac.aspects.gui.WaitWrapper
- All Implemented Interfaces:
- Advice, ConstructorInterceptor, Interceptor, MethodInterceptor, Serializable
- public class WaitWrapper
- extends Wrapper
This wrapper displays a "Please wait message" for slow operations.
- See Also:
GuiAC.setSlowOperation(AbstractMethodItem,boolean)
,
Serialized Form
Fields inherited from class org.objectweb.jac.core.Wrapper |
ac, cr |
WaitWrapper
public WaitWrapper(AspectComponent ac)
pleaseWait
public Object pleaseWait(Interaction interaction)
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- Specified by:
invoke
in interface MethodInterceptor
- Overrides:
invoke
in class Wrapper
Throwable
construct
public Object construct(ConstructorInvocation invocation)
throws Throwable
- Specified by:
construct
in interface ConstructorInterceptor
- Overrides:
construct
in class Wrapper
Throwable