Interface SetStatusInterfaceTextChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetStatusInterfaceTextChangeImpl

public interface SetStatusInterfaceTextChange extends Change

Change triggered by the Set StatusInterfaceText update action.


Example to create an instance using the builder pattern

     SetStatusInterfaceTextChange setStatusInterfaceTextChange = SetStatusInterfaceTextChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()