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