Ontimize 5.2072EN

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

Method Summary
 void interactionManagerModeChanged(InteractionManagerModeEvent e)
          This method is called automatically when form changes the state in components that implement this interface.
 

Method Detail

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:

Parameters:
e - The event

Ontimize