org.eclipse.nebula.widgets.nattable.persistence.command
Interface IStateChangedListener


public interface IStateChangedListener

Listener interface to react on changes on NatTable states/view configurations made by using the PersistenceDialog.

Author:
Dirk Fauth
See Also:
StateChangeEvent

Method Summary
 void handleStateChange(StateChangeEvent event)
          Handle the StateChangeEvent fired by the PersistenceDialog.
 

Method Detail

handleStateChange

void handleStateChange(StateChangeEvent event)
Handle the StateChangeEvent fired by the PersistenceDialog.

Parameters:
event - The StateChangeEvent to handle


Copyright © 2014. All rights reserved.