Interface IStateChangedListener
public interface IStateChangedListener
Listener interface to react on changes on NatTable states/view configurations
made by using the PersistenceDialog.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandle theStateChangeEventfired by the PersistenceDialog.
-
Method Details
-
handleStateChange
Handle theStateChangeEventfired by the PersistenceDialog.- Parameters:
event- TheStateChangeEventto handle
-