Class DisposeResourcesCommand
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.command.DisposeResourcesCommand
- All Implemented Interfaces:
ILayerCommand
Command fired by
NatTable just before it is disposed. This command
can be handled by layers which need to dispose resources (to avoid memory
leaks).
See GlazedListsEventLayer-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
cloneCommand, convertToTargetLayer
-
Constructor Details
-
DisposeResourcesCommand
public DisposeResourcesCommand()
-