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
true
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 IContextListener
s return
false
.boundsChanged
in interface IContextListener
context
- the layout context that fired the eventtrue
if no dynamic layout should be applied
afterwards.public void backgroundEnableChanged(ILayoutContext context)
IContextListener
backgroundEnableChanged
in interface IContextListener
context
- the layout context that fired the eventpublic boolean pruningEnablementChanged(ILayoutContext context)
IContextListener
true
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 IContextListener
s return
false
.pruningEnablementChanged
in interface IContextListener
context
- 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.