Feature.Context, Feature.Event| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CTX_KEY_TEXT
Context-Key fuer den anzuzeigenden Summen-Text.
|
| Constructor and Description |
|---|
FeatureSummary() |
| Modifier and Type | Method and 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)
FeatureonEvent in interface Featuree - das Event.Feature.onEvent(de.willuhn.jameica.gui.parts.table.Feature.Event)public void handleEvent(Feature.Event e, Feature.Context ctx)
FeaturehandleEvent in interface Featuree - das Event.ctx - Context-Infos.Feature.handleEvent(de.willuhn.jameica.gui.parts.table.Feature.Event, de.willuhn.jameica.gui.parts.table.Feature.Context)