|
Scala Swing Library
|
|
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 |
|
Scala Swing Library
|
|