Package com.biglybt.ui.swt.pif
Interface UISWTStatusEntryListener
-
public interface UISWTStatusEntryListener
A listener object which is informed when a UISWTStatusEntry has been clicked on.- Since:
- 3.0.0.8
- See Also:
UISWTStatusEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
entryClicked(UISWTStatusEntry entry)
This method is invoked when a status entry is clicked on.
-
-
-
Method Detail
-
entryClicked
void entryClicked(UISWTStatusEntry entry)
This method is invoked when a status entry is clicked on.
-
-