YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | List of all members
de.yaacc.browser.ServerListFragment Class Reference

Activity for browsing devices and folders. More...

Inheritance diagram for de.yaacc.browser.ServerListFragment:
Inheritance graph
Collaboration diagram for de.yaacc.browser.ServerListFragment:
Collaboration graph

Public Member Functions

void onCreate (Bundle savedInstanceState)
 
boolean onBackPressed ()
 If you return true the back press will not be taken into account, otherwise the activity will act naturally.
 
void deviceAdded (Device<?, ?, ?> device)
 Refreshes the shown devices when device is added.
 
void deviceRemoved (Device<?, ?, ?> device)
 Refreshes the shown devices when device is removed.
 
void deviceUpdated (Device<?, ?, ?> device)
 
void receiverDeviceRemoved (Device<?, ?, ?> device)
 
void receiverDeviceAdded (Device<?, ?, ?> device)
 
void onResume ()
 
View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 
void onViewCreated (View view, Bundle savedInstanceState)
 

Detailed Description

Activity for browsing devices and folders.

Represents the entrypoint for the whole application.

Author
Tobias Schoene (the openbit)

Member Function Documentation

◆ onBackPressed()

boolean de.yaacc.browser.ServerListFragment.onBackPressed ( )

If you return true the back press will not be taken into account, otherwise the activity will act naturally.

Returns
true if your processing has priority if not false

Implements de.yaacc.browser.OnBackPressedListener.


The documentation for this class was generated from the following file: