com.ibm.rational.common.test.editor.framework.extensions

Interface IEditorStateListener

  • All Known Implementing Classes:
    com.ibm.rational.common.test.editor.framework.kernel.AbstractAttributeField, com.ibm.rational.test.lt.testeditor.common.AbstractDataCorrelatingTextAttrField, DataCorrelatingTextAttrField, com.ibm.rational.common.test.editor.framework.extensions.FilteredTextAttributeField, LoadTestEditor, LoadTestEditorPlugin, com.ibm.rational.common.test.editor.framework.extensions.MarkerAttributeField, com.ibm.rational.common.test.editor.framework.extensions.TextAttributeField


    public interface IEditorStateListener
    This interface is used to add listeners to TestEditorPlugin.addEditorListener(IEditorStateListener). Clients should not assume that, when any of the methods is called, the type of the TestEditor is known type. Always use instanceof when accessing TestEditor or TestEditor.getTest().
    • Field Detail

      • LOADED

        static final int LOADED
      • BEFORE_SAVE

        static final int BEFORE_SAVE
      • AFTER_SAVE

        static final int AFTER_SAVE
      • UNLOADING

        static final int UNLOADING
    • Method Detail

      • beforeSave

        boolean beforeSave(TestEditor editor)
        Parameters:
        editor -
        Returns:
        boolean do save, abort save
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.