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