public static class IContextListener.Stub extends java.lang.Object implements IContextListener
IContextListener
which contains
empty implementations of the specified methods.IContextListener.Stub
Constructor and Description |
---|
Stub() |
Modifier and Type | Method and Description |
---|---|
void |
backgroundEnableChanged(ILayoutContext context)
This method is called whenever background layout is enabled or disabled
in a layout context.
|
boolean |
boundsChanged(ILayoutContext context)
This method is called whenever the bounds available in a layout context
change.
|
boolean |
pruningEnablementChanged(ILayoutContext context)
This method is called whenever graph pruning is enabled or disabled in a
layout context.
|
public boolean boundsChanged(ILayoutContext context)
IContextListener
ILayoutAlgorithm.applyLayout(boolean)
will be called on the
context's main algorithm.boundsChanged
in interface IContextListener
context
- the layout context that fired the eventpublic void backgroundEnableChanged(ILayoutContext context)
IContextListener
backgroundEnableChanged
in interface IContextListener
context
- the layout context that fired the eventpublic boolean pruningEnablementChanged(ILayoutContext context)
IContextListener
ILayoutAlgorithm.applyLayout(boolean)
will be called on the
context's main algorithm.pruningEnablementChanged
in interface IContextListener
context
- the layout context that fired the eventCopyright (c) 2014 itemis AG and others. All rights reserved.