Class StateWithContext
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.controls.bettertable.events.State
public abstract class StateWithContext<T extends Object> implements State<T>
-
-
Constructor Summary
Constructors Constructor Description StateWithContext(EventContext<T> context)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
StateWithContext
StateWithContext(EventContext<T> context)
-
-
-
-