| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.behavior | |
| org.apache.wicket.event | |
| org.apache.wicket.request.cycle | |
| org.apache.wicket.settings |
| Modifier and Type | Method and Description |
|---|---|
void |
IEventDispatcher.dispatchEvent(Object sink,
IEvent<?> event,
Component component)
Dispatches the even to the target component
|
void |
IComponentAwareEventSink.onEvent(Component component,
IEvent<?> event)
Called when an event is sent to this behavior sink
|
void |
Session.onEvent(IEvent<?> event)
Called when an event is sent to this sink
|
void |
Component.onEvent(IEvent<?> event)
Called when an event is sent to this sink
|
void |
Application.onEvent(IEvent<?> event)
Called when an event is sent to this sink
|
| Modifier and Type | Method and Description |
|---|---|
void |
Behavior.onEvent(Component component,
IEvent<?> event)
Called to notify the behavior about any events sent to the component
|
| Modifier and Type | Method and Description |
|---|---|
void |
IEventSink.onEvent(IEvent<?> event)
Called when an event is sent to this sink
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestCycle.onEvent(IEvent<?> event)
Called when an event is sent to this sink
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameworkSettings.dispatchEvent(Object sink,
IEvent<?> event,
Component component)
Dispatches event to registered dispatchers
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.