FireDelegate

scalafx.delegate.FireDelegate
See theFireDelegate companion trait
object FireDelegate

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Fired = { def fire(): Unit; }

Defines a Type that contains a fire() method that has no return (void).

Defines a Type that contains a fire() method that has no return (void).

Attributes