Search this API

y.view
Interface Graph2DListener

All Known Implementing Classes:
DefaultNodeChangePropagator

public interface Graph2DListener

The listener interface for receiving Graph2DEvents. A class interested in receiving a Graph2DEvent implements this interface. Listeners can then be registered at Graph2D objects to receive their realizer related property changes.

 

Method Summary
 void onGraph2DEvent(Graph2DEvent e)
          Invoked when the properties of graph elements change.
 

Method Detail

onGraph2DEvent

void onGraph2DEvent(Graph2DEvent e)
Invoked when the properties of graph elements change.


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