public class EffectAdapter extends Object implements IEffectListener
IEffectListener
Constructor and Description |
---|
EffectAdapter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCallbackEnabled()
Indicates whether the callback should be triggered when the effect completes.
If true, the IEffectListener.onEffectComplete(AjaxRequestTarget) event will be triggered. |
void |
onEffectComplete(org.apache.wicket.ajax.AjaxRequestTarget target)
Triggered when the effects is completed
|
public boolean isCallbackEnabled()
IEffectListener
IEffectListener.onEffectComplete(AjaxRequestTarget)
event will be triggered.isCallbackEnabled
in interface IEffectListener
public void onEffectComplete(org.apache.wicket.ajax.AjaxRequestTarget target)
IEffectListener
onEffectComplete
in interface IEffectListener
target
- the AjaxRequestTarget
IEffectListener.isCallbackEnabled()
Copyright © 2016 7thWeb. All rights reserved.