|
Scala Library
|
|
scala/swing/Reactions.scala]
object
Reactions
extends AnyRef| Type Summary | |
type
|
Reaction |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
class
|
Impl
extends Reactions
|
trait
|
StronglyReferenced
extends AnyRef
A Reaction implementing this trait is strongly referenced in the reaction list
|
class
|
Wrapper
(listener : Any, r : PartialFunction) extends PartialFunction[Event, Unit] with StronglyReferenced with Proxy
|
| Type Details |
|
Scala Library
|
|