java.lang.Object
org.freedesktop.dbus.SignalTuple
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SignalTuple
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
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
-