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