Package org.teamapps.ux.session
Interface CommandDispatcher
-
- All Known Implementing Classes:
CommandDispatcherImpl
public interface CommandDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidflushCommands()<T> voidqueueCommand(org.teamapps.dto.UiCommand<T> command, java.util.function.Consumer<T> resultCallback)
-