object Watcher
- Companion
- class
Type members
Classlikes
sealed abstract
class Event
Event raised by Watcher
. Supports standard events as well as arbitrary non-standard events (via NonStandard
).
Event raised by Watcher
. Supports standard events as well as arbitrary non-standard events (via NonStandard
).
- Companion
- object
sealed abstract
class EventType
Type of event raised by Watcher
. Supports the standard events types as well as arbitrary non-standard types (via NonStandard
).
Type of event raised by Watcher
. Supports the standard events types as well as arbitrary non-standard types (via NonStandard
).
- Companion
- object