|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IEvent | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.behavior | |
| org.apache.wicket.event | |
| org.apache.wicket.examples.events | |
| org.apache.wicket.request.cycle | |
| org.apache.wicket.settings.def | |
| Uses of IEvent in org.apache.wicket |
|---|
| Methods in org.apache.wicket with parameters of type IEvent | |
|---|---|
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 |
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 |
void |
Session.onEvent(IEvent<?> event)
Called when an event is sent to this sink |
| Uses of IEvent in org.apache.wicket.behavior |
|---|
| Methods in org.apache.wicket.behavior with parameters of type IEvent | |
|---|---|
void |
Behavior.onEvent(Component component,
IEvent<?> event)
Called to notify the behavior about any events sent to the component |
| Uses of IEvent in org.apache.wicket.event |
|---|
| Methods in org.apache.wicket.event with parameters of type IEvent | |
|---|---|
void |
IEventSink.onEvent(IEvent<?> event)
Called when an event is sent to this sink |
| Uses of IEvent in org.apache.wicket.examples.events |
|---|
| Methods in org.apache.wicket.examples.events with parameters of type IEvent | |
|---|---|
void |
DecoupledAjaxUpdatePage.CounterLabel.onEvent(IEvent<?> event)
|
| Uses of IEvent in org.apache.wicket.request.cycle |
|---|
| Methods in org.apache.wicket.request.cycle with parameters of type IEvent | |
|---|---|
void |
RequestCycle.onEvent(IEvent<?> event)
Called when an event is sent to this sink |
| Uses of IEvent in org.apache.wicket.settings.def |
|---|
| Methods in org.apache.wicket.settings.def with parameters of type IEvent | |
|---|---|
void |
FrameworkSettings.dispatchEvent(Object sink,
IEvent<?> event,
Component component)
Dispatches event to registered dispatchers |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||