com.togethersoft.openapi.ide.config
Interface IdeConfigEditorMode


public interface IdeConfigEditorMode

Defines integer constants used in IdeConfigManager's methods.

Author:
TogetherSoft
Since: Together 3.0

Field Summary
 final static intNO_WAIT
          Updates values of config properties immediately as they change.
 final static intWAIT
          Waits util OK button is pressed.

Field Detail

NO_WAIT

public final static int NO_WAIT
Updates values of config properties immediately as they change.

WAIT

public final static int WAIT
Waits util OK button is pressed.