Package com.biglybt.ui.mdi
Interface MdiCloseListener
-
- All Known Implementing Classes:
SBC_TorrentDetailsView.TorrentDetailMdiEntry
public interface MdiCloseListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mdiEntryClosed(MdiEntry entry, boolean userClosed)
Triggered when aMdiEntry
is closed
-