| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.event |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Component.send(IEventSink sink,
Broadcast type,
T payload)
Sends an event
|
| Modifier and Type | Method and Description |
|---|---|
Broadcast |
IEvent.getType() |
static Broadcast |
Broadcast.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Broadcast[] |
Broadcast.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
IEventSource.send(IEventSink sink,
Broadcast broadcast,
T payload)
Sends an event
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.