com.ontimize.gui
Interface InteractionManagerModeListener
- All Known Implementing Classes:
- FormBundleButton, QueryFilterButton
- public interface InteractionManagerModeListener
Interface to listen changes in state of forms (i.e. form changes from QUERY-INSERT to INSERT). This one should be implemented
by components that want to perform an operation when state of form changes.
- Since:
- 5.2000
- Author:
- Imatia Innovation SL
interactionManagerModeChanged
public void interactionManagerModeChanged(InteractionManagerModeEvent e)
- This method is called automatically when form changes the state in components that implement this interface. Current state can be obtained from event parameter:
e.getInteractionManagerMode(). Value that returns this method can be compared with variables:
- InteractionManager.QUERYINSERT
- InteractionManager.QUERY
- InteractionManager.UPDATE
- InteractionManager.INSERT
- Parameters:
e - The event