Package com.smartgwt.client.callbacks
Interface PaletteNodeCallback
public interface PaletteNodeCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PaletteNode... paletteNodes) Callback fired with thePaletteNodes
obtained asynchronously.
-
Method Details
-
execute
Callback fired with thePaletteNodes
obtained asynchronously.- Parameters:
paletteNodes
- an array of PaletteNodes
-