Uses of Interface
com.biglybt.ui.mdi.MdiChildCloseListener
-
Packages that use MdiChildCloseListener Package Description com.biglybt.ui.mdi com.biglybt.ui.swt.mdi -
-
Uses of MdiChildCloseListener in com.biglybt.ui.mdi
Methods in com.biglybt.ui.mdi with parameters of type MdiChildCloseListener Modifier and Type Method Description void
MdiEntry. addListener(MdiChildCloseListener l)
void
MdiEntry. removeListener(MdiChildCloseListener l)
-
Uses of MdiChildCloseListener in com.biglybt.ui.swt.mdi
Fields in com.biglybt.ui.swt.mdi with type parameters of type MdiChildCloseListener Modifier and Type Field Description private java.util.List<MdiChildCloseListener>
BaseMdiEntry. listChildCloseListeners
Methods in com.biglybt.ui.swt.mdi with parameters of type MdiChildCloseListener Modifier and Type Method Description void
BaseMdiEntry. addListener(MdiChildCloseListener l)
void
BaseMdiEntry. removeListener(MdiChildCloseListener l)
-