Search this API

y.view
Interface GenericEdgeRealizer.SelectionChangeHandler

Enclosing class:
GenericEdgeRealizer

public static interface GenericEdgeRealizer.SelectionChangeHandler

This interface is used by GenericEdgeRealizer 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 GenericEdgeRealizer instances.

 

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

Method Detail

selectionChanged

void selectionChanged(EdgeRealizer context)
Invoked from EdgeRealizer.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.