| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
MiniLight.Event
Documentation
Event type representation
Constructors
| Signal Text Dynamic | |
| GlobalSignal Text Value | |
| RawEvent Event | |
| NotifyEvent Event |
class Typeable e => EventType e where Source #
EventType says some type can be used as an event type.
Minimal complete definition
Nothing
Methods
getEventType :: e -> Text Source #
getEventType :: Show e => e -> Text Source #
getEventProperties :: e -> Object Source #
Instances
| EventType EngineEvent Source # | |
Defined in Data.Component.MessageEngine Methods getEventType :: EngineEvent -> Text Source # | |
| EventType ButtonEvent Source # | |
Defined in Data.Component.Button Methods getEventType :: ButtonEvent -> Text Source # | |
| EventType Signal Source # | |
Defined in Data.Component.Basic | |
| EventType SelectionEvent Source # | |
Defined in Data.Component.Selection Methods getEventType :: SelectionEvent -> Text Source # | |