toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.service
/
Connection
Connection
Library
open
class
Connection
<
Service_Type
:
IActor
?
>
connection to service
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Members
Constructors
Connection
Link copied to clipboard
Library
constructor
(
owner
:
Activity
)
create an nw connection between activity and services
Properties
owner
Link copied to clipboard
Library
private
val
owner
:
Activity
owner of this connection
service
Link copied to clipboard
Library
open
var
service
:
Service_Type
connected service
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
Logging tag
Functions
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
on
Service
Connected
Link copied to clipboard
Library
open
fun
onServiceConnected
(
name
:
ComponentName
,
binder
:
IBinder
)
connect to binder.
on
Service
Disconnected
Link copied to clipboard
Library
open
fun
onServiceDisconnected
(
name
:
ComponentName
)
Disconnect from service - not that I ever seen it.
set
Activity
Link copied to clipboard
Library
open
fun
setActivity
(
activity
:
Activity
)
set or reset the activity
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
Library
fun
wait
(
)