public static interface PaletteFrame.PlaceNodeEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
placeNodeFinished(boolean cancelled)
Called when the placeNodeListener has finished.
|
void |
placeNodeStarted(java.lang.Object nodeToBePlaced)
Called when the placeNodeListener is started, and the requested Object nodeToBePlaced
is in the process of being placed
|
void placeNodeStarted(java.lang.Object nodeToBePlaced)
nodeToBePlaced - the node that will be placedvoid placeNodeFinished(boolean cancelled)
cancelled - true if process aborted and nothing place, false otherwise.