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