Feature.Context, Feature.Event
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CTX_KEY_TEXT |
Context-Key fuer den anzuzeigenden Summen-Text.
|
Constructor | Description |
---|---|
FeatureSummary() |
Modifier and Type | Method | Description |
---|---|---|
void |
handleEvent(Feature.Event e,
Feature.Context ctx) |
Wird aufgerufen, wenn das angegebene Event ausgeloest wurde.
|
boolean |
onEvent(Feature.Event e) |
Liefert true, wenn das Feature auf das angegebene Event reagieren soll.
|
public static final java.lang.String CTX_KEY_TEXT
public boolean onEvent(Feature.Event e)
Feature
onEvent
in interface Feature
e
- das Event.Feature.onEvent(de.willuhn.jameica.gui.parts.table.Feature.Event)
public void handleEvent(Feature.Event e, Feature.Context ctx)
Feature
handleEvent
in interface Feature
e
- das Event.ctx
- Context-Infos.Feature.handleEvent(de.willuhn.jameica.gui.parts.table.Feature.Event, de.willuhn.jameica.gui.parts.table.Feature.Context)