ClipboardUpdate

bearlyb.events.Event.ClipboardUpdate
case class ClipboardUpdate(timestamp: Duration, owner: Boolean, mimeTypes: Seq[String]) extends Event

An event which lets you handle the clipboard

Value parameters

mimeTypes

current mime types, a mime type is the kind of data contained in the clipboard. Examples of MIME-types are text/javascript or image/png.

owner

are we owning the clipboard? (internal update)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Event
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product