Uses of Interface
com.biglybt.pif.ui.UIMessageListener
Packages that use UIMessageListener
-
Uses of UIMessageListener in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type UIMessageListenerModifier and TypeMethodDescriptionvoid
UIInstance.promptUser
(String title, String text, String[] options, int defaultOption, UIMessageListener listener) Prompts the user with a title, text, and a series of options. -
Uses of UIMessageListener in com.biglybt.ui.console
Methods in com.biglybt.ui.console with parameters of type UIMessageListenerModifier and TypeMethodDescriptionvoid
UI.promptUser
(String title, String text, String[] options, int defaultOption, UIMessageListener listener) -
Uses of UIMessageListener in com.biglybt.ui.swt.pifimpl
Methods in com.biglybt.ui.swt.pifimpl with parameters of type UIMessageListenerModifier and TypeMethodDescriptionvoid
UISWTInstanceImpl.instanceWrapper.promptUser
(String title, String text, String[] options, int defaultOption, UIMessageListener listener) void
UISWTInstanceImpl.promptUser
(String title, String text, String[] options, int defaultOption, UIMessageListener listener)