|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freedesktop.dbus.test.two_part_test_server
public class two_part_test_server
Nested Class Summary | |
---|---|
class |
two_part_test_server.two_part_test_object
|
Nested classes/interfaces inherited from interface org.freedesktop.dbus.test.TwoPartInterface |
---|
TwoPartInterface.TwoPartSignal |
Constructor Summary | |
---|---|
two_part_test_server(DBusConnection conn)
|
Method Summary | |
---|---|
TwoPartObject |
getNew()
|
void |
handle(TwoPartInterface.TwoPartSignal s)
Handle a signal. |
boolean |
isRemote()
Returns true on remote objects. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public two_part_test_server(DBusConnection conn)
Method Detail |
---|
public boolean isRemote()
DBusInterface
isRemote
in interface DBusInterface
public TwoPartObject getNew()
getNew
in interface TwoPartInterface
public void handle(TwoPartInterface.TwoPartSignal s)
DBusSigHandler
handle
in interface DBusSigHandler<TwoPartInterface.TwoPartSignal>
s
- The signal to handle. If such a class exists, the
signal will be an instance of the class with the correct type signature.
Otherwise it will be an instance of DBusSignalpublic static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |