org.powerscala.event

EventListener

case class EventListener(listenable: Listenable, function: (Event) ⇒ Any, filter: (Event) ⇒ Boolean, maxInvocation: Int, processingMode: ProcessingMode, priority: Priority) extends Listener with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Listener, (Event) ⇒ Any, TypedNode[Event], Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. EventListener
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Listener
  7. Function1
  8. TypedNode
  9. Node
  10. AnyRef
  11. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventListener(listenable: Listenable, function: (Event) ⇒ Any, filter: (Event) ⇒ Boolean, maxInvocation: Int, processingMode: ProcessingMode, priority: Priority)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def acceptFilter: (Event) ⇒ Boolean

    Definition Classes
    EventListenerListener
  7. def andThen[A](g: (Any) ⇒ A): (Event) ⇒ A

    Definition Classes
    Function1
  8. def apply(event: Event): Any

    Definition Classes
    EventListenerListener → Function1
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def canEqual(arg0: Any): Boolean

    Definition Classes
    EventListener → Equals
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def compose[A](g: (A) ⇒ Event): (A) ⇒ Any

    Definition Classes
    Function1
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    EventListener → Equals → AnyRef → Any
  15. val filter: (Event) ⇒ Boolean

  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. val function: (Event) ⇒ Any

  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    EventListener → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val listenable: Listenable

  22. val manifest: Manifest[Event]

    Definition Classes
    Listener → TypedNode
  23. val maxInvocation: Int

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. val priority: Priority

    Definition Classes
    EventListenerListener → Node
  28. final def process(event: Event): Routing

    Definition Classes
    Listener → TypedNode
  29. val processingMode: ProcessingMode

  30. def productArity: Int

    Definition Classes
    EventListener → Product
  31. def productElement(arg0: Int): Any

    Definition Classes
    EventListener → Product
  32. def productIterator: Iterator[Any]

    Definition Classes
    Product
  33. def productPrefix: String

    Definition Classes
    EventListener → Product
  34. def receive(bus: Bus, message: Any): Routing

    Definition Classes
    TypedNode → Node
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Listener

Inherited from (Event) ⇒ Any

Inherited from TypedNode[Event]

Inherited from Node

Inherited from AnyRef

Inherited from Any