Interface ExtendedModeEnablementListener
public interface ExtendedModeEnablementListener
This listener is added to an
ExtendedModeEnablement and informs if the
availability-state of a mode in respect to a dockable changes.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionvoidavailabilityChanged(Dockable dockable, ExtendedMode mode, boolean available) Called if the state changed.
-
Method Details
-
availabilityChanged
Called if the state changed.- Parameters:
dockable- the element which is affectedmode- the mode which is affectedavailable- the new availability state
-