public interface MenuPieceListener
MenuPiece
and gets informed when the content of the
piece changes.Modifier and Type | Method and Description |
---|---|
void |
insert(MenuPiece piece,
int index,
java.awt.Component... items)
Called if some items have been added to
piece . |
void |
remove(MenuPiece piece,
int index,
int length)
Called if some items have been removed from
piece |