public interface ILassoLayerListener extends EventListener
LassoLayer. Any
oberserver that implements this interface will be informed about the lasso
operations that are being performed inside the layer.LassoLayer.addLassoLayerListener(ILassoLayerListener)| Modifier and Type | Method and Description |
|---|---|
void |
lassoChanged(LassoLayerEvent evt)
Listener callback method that will be invoked when the user performs
lasso operations in the lasso layer.
|
void lassoChanged(LassoLayerEvent evt)
evt - the event describing the lasso operationCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.