Interface DisplaySetManagerListener
-
public interface DisplaySetManagerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangedDisplaySet(DisplaySet oldDisplaySet, DisplaySet newDisplaySet)fired, when theDisplaySetchanged.
-
-
-
Method Detail
-
changedDisplaySet
void changedDisplaySet(DisplaySet oldDisplaySet, DisplaySet newDisplaySet)
fired, when theDisplaySetchanged. NOTE: TheDisplaySets can also be null.- Parameters:
oldDisplaySet- theDisplaySetwhich was active before the changenewDisplaySet- theDisplaySetwhich is active now (after the change).
-
-