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)
IContextListenertrue is returned, no dynamic layout will be
applied after notifying all listeners, i.e. a dynamic layout pass will
only be applied when all registered IContextListeners return
false.boundsChanged in interface IContextListenercontext - the layout context that fired the eventtrue if no dynamic layout should be applied
afterwards.public void backgroundEnableChanged(ILayoutContext context)
IContextListenerbackgroundEnableChanged in interface IContextListenercontext - the layout context that fired the eventpublic boolean pruningEnablementChanged(ILayoutContext context)
IContextListenertrue is returned, no dynamic layout will
be applied after notifying all listeners, i.e. a dynamic layout pass will
only be applied when all registered IContextListeners return
false.pruningEnablementChanged in interface IContextListenercontext - the layout context that fired the eventtrue if no dynamic layout should be applied
afterwards.Copyright (c) 2014 itemis AG and others. All rights reserved.