Package com.iizigo.panel
Interface ITransactionSender
- All Known Implementing Classes:
ClientSideEditor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to send transactions to the client side.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
sendTransaction
(SendTransaction trans) Sends a transaction to the JavaScript panel designer.
Method Details
sendTransaction
Sends a transaction to the JavaScript panel designer. This transaction is ignored if the JavaScript side is not present.- Parameters:
trans
- The transaction.