Packages

trait Publisher[Event] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Publisher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Pub <: Publisher[Event]
  2. type Sub = Subscriber[Event, Pub]

Value Members

  1. def activateSubscription(sub: Sub): Publisher[Event]
  2. def removeSubscription(sub: Sub): Publisher[Event]
  3. def removeSubscriptions(): Publisher[Event]
  4. def subscribe(sub: Sub): Publisher[Event]
  5. def suspendSubscription(sub: Sub): Publisher[Event]

    RAJOUTER la methode subscribe(sub: Sub, FILTER (event => bool )): pour filter sur les objets (subscriber) qui avait souscrit au publisher sur un event precis !!!!

    RAJOUTER la methode subscribe(sub: Sub, FILTER (event => bool )): pour filter sur les objets (subscriber) qui avait souscrit au publisher sur un event precis !!!!

    voir la classe publisher de scala 1.2