Package org.freedesktop.dbus
Class SignalTuple
- java.lang.Object
-
- org.freedesktop.dbus.SignalTuple
-
public class SignalTuple extends Object
-
-
Constructor Summary
Constructors Constructor Description SignalTuple(String _type, String _name, String _object, String _source)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Set<SignalTuple>getAllPossibleTuples(String _type, String _name, String _object, String _source)Get aSetof all possible SignalTuples that we can have, given the 4 parameters.inthashCode()StringtoString()
-
-
-
Method Detail
-
getAllPossibleTuples
public static Set<SignalTuple> getAllPossibleTuples(String _type, String _name, String _object, String _source)
Get aSetof all possible SignalTuples that we can have, given the 4 parameters.- Parameters:
_type- interface type_name- name_object- object_source- source- Returns:
SetofSignalTuple, never null
-
-