PatchedEvent

com.thoughtworks.binding.Binding$.PatchedEvent
final class PatchedEvent[+Element](source: BindingSeq[Element], val from: Int, val that: SeqOpsIterable[Element], val replaced: Int) extends EventObject

Attributes

Source:
Binding.scala
Graph
Supertypes
class EventObject
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getSource: BindingSeq[Element]

Attributes

Definition Classes
EventObject
Source:
Binding.scala
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
Source:
Binding.scala

Concrete fields

val from: Int

Attributes

Source:
Binding.scala

Attributes

Source:
Binding.scala
val that: SeqOpsIterable[Element]

Attributes

Source:
Binding.scala