Uses of Interface
com.biglybt.pif.update.UpdateManagerDecisionListener
-
Packages that use UpdateManagerDecisionListener Package Description com.biglybt.pif.update com.biglybt.pifimpl.local.update -
-
Uses of UpdateManagerDecisionListener in com.biglybt.pif.update
Methods in com.biglybt.pif.update with parameters of type UpdateManagerDecisionListener Modifier and Type Method Description void
UpdateCheckInstance. addDecisionListener(UpdateManagerDecisionListener l)
void
UpdateCheckInstance. removeDecisionListener(UpdateManagerDecisionListener l)
-
Uses of UpdateManagerDecisionListener in com.biglybt.pifimpl.local.update
Fields in com.biglybt.pifimpl.local.update with type parameters of type UpdateManagerDecisionListener Modifier and Type Field Description private java.util.List<UpdateManagerDecisionListener>
UpdateCheckInstanceImpl. decision_listeners
Methods in com.biglybt.pifimpl.local.update with parameters of type UpdateManagerDecisionListener Modifier and Type Method Description void
UpdateCheckInstanceImpl. addDecisionListener(UpdateManagerDecisionListener l)
void
UpdateCheckInstanceImpl. removeDecisionListener(UpdateManagerDecisionListener l)
-