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