Search this API

y.view
Interface NodePort.SelectionChangeHandler

Enclosing class:
NodePort

public static interface NodePort.SelectionChangeHandler

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

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

 

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

Method Detail

selectionChanged

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

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

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