gzz.view
Interface CellPlacementHook

gzz.view.buoy.BuoyViewNodeType gzz.view.buoy.BuoyViewMainNode gzz.view.buoy.BuoyLinkListener gzz.view.buoy.BuoyAdaptor BuoyAdaptor.LinkAdaptor gzz.view.CellPlacementHook gzz.view.buoy.CellBuoyViewNodeType gzz.view.buoy.CellBuoyViewLinker ../../../pegboard/buoydesign--tjl/peg.gen.html#SemiPluggableBuoys SemiPluggableBuoys_small
All Known Implementing Classes:
Cell1DBuoyHook

public interface CellPlacementHook

An interface for code to be run when a cell has been placed in a box.


Field Summary
static java.lang.String rcsid
           
 
Method Summary
 void placed(Cell c, VobScene sc, int b, ViewContext context)
          A cell was placed.
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values
Method Detail

placed

public void placed(Cell c,
                   VobScene sc,
                   int b,
                   ViewContext context)
A cell was placed.