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.
 - @FunctionalInterface public interface ITransactionSenderInterface to send transactions to the client side.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- sendTransaction(SendTransaction trans)Sends a transaction to the JavaScript panel designer.
 
- Method Detail- sendTransaction- void sendTransaction(SendTransaction trans) Sends a transaction to the JavaScript panel designer. This transaction is ignored if the JavaScript side is not present.- Parameters:
- trans- The transaction.