Package org.freedesktop.dbus
Class SignalTuple
java.lang.Object
org.freedesktop.dbus.SignalTuple
Deprecated, for removal: This API element is subject to removal in a future version.
this class was used as map key internally and is no longer in use
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringDeprecated, for removal: This API element is subject to removal in a future version.private final StringDeprecated, for removal: This API element is subject to removal in a future version.private final StringDeprecated, for removal: This API element is subject to removal in a future version.private final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionSignalTuple(String _type, String _name, String _object, String _source) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.static Set<SignalTuple> getAllPossibleTuples(String _type, String _name, String _object, String _source) Deprecated.should no longer be usedinthashCode()Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
type
Deprecated, for removal: This API element is subject to removal in a future version. -
name
Deprecated, for removal: This API element is subject to removal in a future version. -
object
Deprecated, for removal: This API element is subject to removal in a future version. -
source
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
SignalTuple
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
getAllPossibleTuples
@Deprecated public static Set<SignalTuple> getAllPossibleTuples(String _type, String _name, String _object, String _source) Deprecated.should no longer be usedGet 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
-