Interface UISWTViewEventListener
- All Known Subinterfaces:
SubscriptionsViewBase, UISWTViewCoreEventListener
- All Known Implementing Classes:
ActivityView, ArchivedFilesView, BasicPluginViewImpl, CacheView, ChatView, ClientStatsView, ConfigView, CountersView, DeviceInternetView, DeviceManagerUI.categoryView, DeviceManagerUI.categoryViewGeneric, DeviceManagerUI.DeviceView, DHTOpsView, DHTView, DownloadActivityView, DownloadXferStatsView, FileInfoView, FilesView, FriendsView, GeneralView, LoggerView, MyPieceDistributionView, MySharesView, MyTorrentsSubView, MyTorrentsSuperView, MyTorrentsView, MyTorrentsView_Big, MyTorrentsView_Small, MyTrackerView, NetStatusPluginView, PeerFilesView, PeerPieceMapView, PeersGeneralView, PeersGraphicView, PeersSuperView, PeersView, PeersViewBase, PieceBlocksView, PieceDistributionView, PieceGraphView, PieceMapView, PiecesSuperView, PiecesView, PiecesViewBase, PrivacyView, RemotePieceDistributionView, SB_Dashboard.RightBarDashboard, SB_Dashboard.SideBarDashboard, SB_Dashboard.TopBarDashboard, ScrapeInfoView, StatsView, SubscriptionManagerUI.SubsParentView, SubscriptionsView, SubscriptionView, TableViewTab, TaggingView, TagSettingsView, TagStatsView, TorrentInfoView, TorrentOptionsView, TrackerActivityView, TrackerAvailView, TrackerView, TransferStatsView, UISWTViewMultiInstance, ViewDownSpeedGraph, ViewQuickConfig, ViewQuickNetInfo, ViewQuickNotifications, ViewUpSpeedGraph, VivaldiView, XferStatsView
public interface UISWTViewEventListener
Listener to be triggered when an event related to a UISWTView takes place
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanbooleaneventOccurred(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursdefault booleaninformOfDuplicates(int type)
-
Method Details
-
eventOccurred
Triggers when an even listed in UISWTViewEvent occurs- Parameters:
event- event that occurred- Returns:
- meaning dependent upon event type
- Since:
- 2.3.0.6
-
informOfDuplicates
default boolean informOfDuplicates(int type) -
builderNotRequired
default boolean builderNotRequired()
-