Uses of Interface
com.biglybt.ui.mdi.MdiChildCloseListener
Packages that use MdiChildCloseListener
-
Uses of MdiChildCloseListener in com.biglybt.ui.mdi
Methods in com.biglybt.ui.mdi with parameters of type MdiChildCloseListenerModifier and TypeMethodDescriptionvoid
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 MdiChildCloseListenerModifier and TypeFieldDescriptionprivate List
<MdiChildCloseListener> BaseMdiEntry.listChildCloseListeners
Methods in com.biglybt.ui.swt.mdi with parameters of type MdiChildCloseListenerModifier and TypeMethodDescriptionvoid
BaseMdiEntry.addListener
(MdiChildCloseListener l) void
BaseMdiEntry.removeListener
(MdiChildCloseListener l)