abstract class Cute::Signal
- Cute::Signal
- Reference
- Object
Overview
Base class for Cute.signal
Defined in:
cute/signal.crInstance Method Summary
-
#disconnect(handler_hash)
Removes the handler with the handle handler_hash.
-
#disconnect
Removes all handlers
-
#wait
Waits for the next event and returns the signal arguments.
Instance Method Detail
def wait
#
Waits for the next event and returns the signal arguments.
See samples/wait.cr
for a usage example.