Search this API

y.view
Interface Graph2DLayoutExecutor.ExceptionListener

Enclosing class:
Graph2DLayoutExecutor

public static interface Graph2DLayoutExecutor.ExceptionListener

Interface used to report Exceptions or Errors that happen during calls to Graph2DLayoutExecutor.doLayout(Graph2D, Layouter, Runnable, y.view.Graph2DLayoutExecutor.ExceptionListener).

 
Your browser does not support SVG content.

Method Summary
 void exceptionHappened(java.lang.Throwable t)
          Called when the given Throwable was thrown during the layout.
 

Method Detail

exceptionHappened

void exceptionHappened(java.lang.Throwable t)
Called when the given Throwable was thrown during the layout.

Parameters:
t - The Throwable.

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