toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.service
Package-level
declarations
Library
Android compatible SAX parser.
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Since
1.0
Types
Types
Actor
Link copied to clipboard
Library
abstract
class
Actor
:
ForegroundService
,
IActor
Binder
Link copied to clipboard
Library
open
class
Binder
:
IBinder
binder class to pass the reference to the service class to the activity;
Connection
Link copied to clipboard
Library
open
class
Connection
<
Service_Type
:
IActor
?
>
connection to service
IActor
Link copied to clipboard
Library
interface
IActor
:
IForegroundService
IBinder
Link copied to clipboard
Library
interface
IBinder
${tags}
Image
Loader
Link copied to clipboard
Library
abstract
class
ImageLoader
:
Actor
Job
Link copied to clipboard
Library
abstract
class
Job
:
Runnable
,
Comparable
<
T
>
A job to be executed.