scala.swing

class Reactions

[source: scala/swing/Reactions.scala]

abstract class Reactions
extends scala.PartialFunction[Event, Unit]
Direct Known Subclasses:
Reactions.Impl

Method Summary
abstract def += (r : scala.PartialFunction) : Unit
Add a reaction.
abstract def -= (r : scala.PartialFunction) : Unit
Remove the given reaction.
Methods inherited from scala.PartialFunction
scala.PartialFunction.isDefinedAt (abstract), scala.PartialFunction.orElse, scala.PartialFunction.andThen
Methods inherited from scala.Function1
scala.Function1.apply (abstract), scala.Function1.toString, scala.Function1.compose
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def +=(r : scala.PartialFunction) : Unit
Add a reaction.

abstract def -=(r : scala.PartialFunction) : Unit
Remove the given reaction.