Record Class EditorEventType.SessionMediaChangedData
java.lang.Object
java.lang.Record
ca.phon.app.session.editor.EditorEventType.SessionMediaChangedData
- Enclosing class:
EditorEventType<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSessionMediaChangedData(String oldMedia, String newMedia) Creates an instance of aSessionMediaChangedDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.newMedia()Returns the value of thenewMediarecord component.oldMedia()Returns the value of theoldMediarecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SessionMediaChangedData
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
oldMedia
Returns the value of theoldMediarecord component.- Returns:
- the value of the
oldMediarecord component
-
newMedia
Returns the value of thenewMediarecord component.- Returns:
- the value of the
newMediarecord component
-