ChangedEvent

com.thoughtworks.binding.Binding$.ChangedEvent
final class ChangedEvent[+Value](source: Binding[Value], val newValue: Value) extends EventObject

Attributes

Graph
Supertypes
class EventObject
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getSource: Binding[Value]

Attributes

Definition Classes
EventObject
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EventObject -> Any

Concrete fields

val newValue: Value