Subscriber

ij_plugins.scala.console.editor.extra.Subscriber
trait Subscriber[-Evt, -Pub]

Subscriber[A, B] objects may subscribe to events of type A published by an object of type B. B is typically a subtype of ij_plugins.scala.console.editor.extra.Publisher.

Attributes

Since:

1

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def notify(pub: Pub, event: Evt): Unit