public static class OptionsEditorColleague.Adapter extends java.lang.Object implements OptionsEditorColleague
OptionsEditorColleague.Adapter
Constructor and Description |
---|
Adapter() |
Modifier and Type | Method and Description |
---|---|
Promise<? super java.lang.Object> |
onErrorsChanged() |
Promise<? super java.lang.Object> |
onModifiedAdded(Configurable configurable) |
Promise<? super java.lang.Object> |
onModifiedRemoved(Configurable configurable) |
Promise<? super java.lang.Object> |
onSelected(Configurable configurable,
Configurable oldConfigurable) |
public Promise<? super java.lang.Object> onSelected(Configurable configurable, Configurable oldConfigurable)
onSelected
in interface OptionsEditorColleague
public Promise<? super java.lang.Object> onModifiedAdded(Configurable configurable)
onModifiedAdded
in interface OptionsEditorColleague
public Promise<? super java.lang.Object> onModifiedRemoved(Configurable configurable)
onModifiedRemoved
in interface OptionsEditorColleague
public Promise<? super java.lang.Object> onErrorsChanged()
onErrorsChanged
in interface OptionsEditorColleague