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