Package playn.core
Class Keyboard.TypedSlot
- All Implemented Interfaces:
Reactor.RListener
,SignalView.Listener<Keyboard.Event>
,ValueView.Listener<Keyboard.Event>
- Enclosing class:
Keyboard
A slot which only dispatches on
Keyboard.TypedEvent
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onEmit
(Keyboard.Event event) abstract void
onEmit
(Keyboard.TypedEvent event)
-
Constructor Details
-
TypedSlot
public TypedSlot()
-
-
Method Details
-
onEmit
-
onEmit
-