com.sun.electric.tool.user.ui
Interface PaletteFrame.PlaceNodeEventListener

All Known Implementing Classes:
LibraryPalette, TechPalette
Enclosing class:
PaletteFrame

public static interface PaletteFrame.PlaceNodeEventListener

Interface for a Palette object that can be added to the Palette frame


Method Summary
 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
 

Method Detail

placeNodeStarted

void placeNodeStarted(java.lang.Object nodeToBePlaced)
Called when the placeNodeListener is started, and the requested Object nodeToBePlaced is in the process of being placed

Parameters:
nodeToBePlaced - the node that will be placed

placeNodeFinished

void placeNodeFinished(boolean cancelled)
Called when the placeNodeListener has finished.

Parameters:
cancelled - true if process aborted and nothing place, false otherwise.