Search this API

y.view
Interface YLabel.SelectionChangeHandler

Enclosing class:
YLabel

public static interface YLabel.SelectionChangeHandler

This interface is used by YLabel to notify interested parties of selection state changes.

Classes implementing this interface should query the given context label instance for the necessary information each time the methods are called since instances of this interface will be shared for multiple YLabel instances.

 

Method Summary
 void selectionChanged(YLabel label)
          Invoked from YLabel.setSelected(boolean) when the selection state of the specified label instance has changed.
 

Method Detail

selectionChanged

void selectionChanged(YLabel label)
Invoked from YLabel.setSelected(boolean) when the selection state of the specified label instance has changed.

Parameters:
label - the label instance whose selection state has changed.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.