IBM Rational Performance Tester SDK

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 Summary
static int AFTER_SAVE
           
static int BEFORE_SAVE
           
static int LOADED
           
static int UNLOADING
           
 
Method Summary
 void afterSave(TestEditor editor)
           
 boolean beforeSave(TestEditor editor)
           
 void loaded(TestEditor editor)
           
 void unloading(TestEditor editor)
           
 

Field Detail

LOADED

static final int LOADED
See Also:
Constant Field Values

BEFORE_SAVE

static final int BEFORE_SAVE
See Also:
Constant Field Values

AFTER_SAVE

static final int AFTER_SAVE
See Also:
Constant Field Values

UNLOADING

static final int UNLOADING
See Also:
Constant Field Values
Method Detail

unloading

void unloading(TestEditor editor)

loaded

void loaded(TestEditor editor)

beforeSave

boolean beforeSave(TestEditor editor)
Parameters:
editor -
Returns:
boolean do save, abort save

afterSave

void afterSave(TestEditor editor)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.