scala.swing.Reactions

class Wrapper

[source: scala/swing/Reactions.scala]

class Wrapper(listener : Any, r : scala.PartialFunction)
extends scala.PartialFunction[Event, Unit] with StronglyReferenced with scala.Proxy
Method Summary
def apply (e : Event) : Unit
def isDefinedAt (e : Event) : Boolean
def self : Any
Methods inherited from scala.Proxy
scala.Proxy.hashCode, scala.Proxy.equals, scala.Proxy.toString
Methods inherited from scala.PartialFunction
scala.PartialFunction.orElse, scala.PartialFunction.andThen
Methods inherited from scala.Function1
scala.Function1.compose
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def self : Any
Overrides
scala.Proxy.scala.Proxy.self

def isDefinedAt(e : Event) : Boolean
Overrides
scala.PartialFunction.scala.PartialFunction.isDefinedAt

def apply(e : Event) : Unit