Interface EditorHelper.LanguageAwareEditorListener
-
- All Superinterfaces:
EditorListener
- Enclosing class:
- EditorHelper
public static interface EditorHelper.LanguageAwareEditorListener extends EditorListener
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.cockpit.model.editor.EditorListener
CANCEL_CLICKED, ENTER_PRESSED, ESCAPE_PRESSED, FORCE_SAVE_CLICKED, OPEN_EXTERNAL_CLICKED
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactionPerformed(java.lang.String actionCode, java.lang.String langIso)voidvalueChanged(java.lang.Object value, java.lang.String langIso)-
Methods inherited from interface de.hybris.platform.cockpit.model.editor.EditorListener
actionPerformed, valueChanged
-
-