wicket.behavior
Interface IBehaviorListener
- All Superinterfaces:
- IRequestListener, java.io.Serializable
- All Known Subinterfaces:
- IUnversionedBehaviorListener
- All Known Implementing Classes:
- AbstractAjaxBehavior, AbstractAjaxTimerBehavior, AbstractDefaultAjaxBehavior, AjaxEventBehavior, AjaxFormComponentUpdatingBehavior, AjaxFormSubmitBehavior, AjaxFormValidatingBehavior, AjaxPagingNavigationBehavior, AjaxSelfUpdatingTimerBehavior
public interface IBehaviorListener
- extends IRequestListener
Listens for requests to behaviors. When IBehaviors
are 'enriched' with this interface, they can receive requests themselves. You
can use this for example to implement AJAX behavior, though you'll probably
want to extend from AbstractAjaxBehavior directly
instead in that case.
- Author:
- Eelco Hillenius
|
Method Summary |
void |
onRequest()
Called when a request to a behavior is received. |
INTERFACE
static final RequestListenerInterface INTERFACE
- Behavior listener interface
onRequest
void onRequest()
- Called when a request to a behavior is received.
Copyright © 2004-2007 Wicket developers. All Rights Reserved.