Uses of Interface
com.biglybt.pif.ui.UIInputReceiverListener
-
Packages that use UIInputReceiverListener Package Description com.biglybt.pif.ui com.biglybt.pifimpl.local.ui -
-
Uses of UIInputReceiverListener in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type UIInputReceiverListener Modifier and Type Method Description void
UIInputReceiver. prompt(UIInputReceiverListener receiver_listener)
This prompts the user for input and returns immediately. -
Uses of UIInputReceiverListener in com.biglybt.pifimpl.local.ui
Fields in com.biglybt.pifimpl.local.ui declared as UIInputReceiverListener Modifier and Type Field Description protected UIInputReceiverListener
AbstractUIInputReceiver. receiver_listener
Methods in com.biglybt.pifimpl.local.ui with parameters of type UIInputReceiverListener Modifier and Type Method Description void
AbstractUIInputReceiver. prompt(UIInputReceiverListener receiver_listener)
-