| Package | Description |
|---|---|
| org.pdfsam.eventstudio |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceStrength |
ReferenceStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceStrength[] |
ReferenceStrength.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 |
DefaultEventStudio.add(Class<T> eventClass,
Listener<T> listener,
int priority,
ReferenceStrength strength)
Adds a
Listener (with the given priority and strength ) to the hidden station listening for the given event class, hiding the station abstraction. |
<T> void |
DefaultEventStudio.add(Class<T> eventClass,
Listener<T> listener,
String station,
int priority,
ReferenceStrength strength) |
<T> void |
EventStudio.add(Class<T> eventClass,
Listener<T> listener,
String station,
int priority,
ReferenceStrength strength)
Adds the given
Listener, listening for the given event class, to the given station using the given priority (low values mean higher priority) and strength. |
<T> void |
DefaultEventStudio.add(Listener<T> listener,
int priority,
ReferenceStrength strength)
Adds a
Listener (with the given priority and strength ) to the hidden station, hiding the station abstraction. |
<T> void |
DefaultEventStudio.add(Listener<T> listener,
String station,
int priority,
ReferenceStrength strength) |
<T> void |
EventStudio.add(Listener<T> listener,
String station,
int priority,
ReferenceStrength strength)
Adds the given
Listener to the given station using the given priority (low values mean higher priority) and strength. |
Copyright © 2020 Sober Lemur S.a.s. di Vacondio Andrea. All rights reserved.