Package com.biglybt.plugin.net.buddy.swt
Class BuddyPluginView.statusUpdater
java.lang.Object
com.biglybt.plugin.net.buddy.swt.BuddyPluginView.statusUpdater
- All Implemented Interfaces:
BuddyPluginTrackerListener
- Enclosing class:
- BuddyPluginView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BuddyPluginAdapter
private CryptoManager
private boolean
private final CryptoManagerKeyListener
private boolean
private UISWTStatusEntry
private String
private UISWTStatusEntry
private TimerEventPeriodic
private BuddyPluginTracker
private TimerEventPeriodic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
dispose()
void
enabledStateChanged
(BuddyPluginTracker tracker, boolean enabled) protected void
void
networkStatusChanged
(BuddyPluginTracker tracker, int new_status) protected void
-
Field Details
-
buddyPluginAdapter
-
cryptoManagerKeyListener
-
label
-
label_text
-
status
-
tracker
-
tick_event
-
update_event
-
crypto
-
crypto_ok
private boolean crypto_ok -
has_buddies
private boolean has_buddies
-
-
Constructor Details
-
statusUpdater
-
-
Method Details
-
dispose
public void dispose() -
networkStatusChanged
- Specified by:
networkStatusChanged
in interfaceBuddyPluginTrackerListener
-
updateStatus
protected void updateStatus() -
enableUpdates
protected void enableUpdates() -
disableUpdates
protected void disableUpdates() -
enabledStateChanged
- Specified by:
enabledStateChanged
in interfaceBuddyPluginTrackerListener
-