summaryrefslogtreecommitdiff
path: root/src/swing/scala/swing/event/ForegroundChanged.scala
blob: 9b4583436df05565f42818973ebd2f14b38041fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2007-2011, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */



package scala.swing
package event

case class ForegroundChanged(override val source: Component) extends ComponentEvent