All Downloads are FREE. Search and download functionalities are using the official Maven repository.

moreswing.swing.event.InternalFrameClosing.scala Maven / Gradle / Ivy

The newest version!
package moreswing.swing.event

import moreswing.swing.InternalFrame

/** Internal frame is in the process of being closed.
 *
 * @param source of event
 *
 * @author myst3r10n
 */
case class InternalFrameClosing(
  override val source: InternalFrame)
  extends InternalFrameEvent(source)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy