Search this API

y.view
Interface GenericNodeRealizer.SelectionChangeHandler

Enclosing class:
GenericNodeRealizer

public static interface GenericNodeRealizer.SelectionChangeHandler

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

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

 

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

Method Detail

selectionChanged

void selectionChanged(NodeRealizer context)
Invoked from NodeRealizer.setSelected(boolean) when the selection state of the specified realizer instance has changed.

Parameters:
context - the realizer instance whose selection state has changed.

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