Object DefaultState.Companion
-
- All Implemented Interfaces:
public class DefaultState.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultState.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> StateEventListener<T>eventListener(ReadOnlyObjectProperty<List<T>> rows, ReadOnlyObjectProperty<List<Column<T, out Object>>> columns, TableChangeListener<T> changeListener, Function1<TableEvent.ResponseEvent<T>, Unit> onTableEvent)-
-
Method Detail
-
eventListener
final <T extends Any> StateEventListener<T> eventListener(ReadOnlyObjectProperty<List<T>> rows, ReadOnlyObjectProperty<List<Column<T, out Object>>> columns, TableChangeListener<T> changeListener, Function1<TableEvent.ResponseEvent<T>, Unit> onTableEvent)
-
-
-
-