abstract class Nozzle::Handlers::Base
- Nozzle::Handlers::Base
- Reference
- Object
Direct Known Subclasses
Defined in:
nozzle/handlers/base.crInstance Method Summary
-
#on_close : Nil
Method invoked when Application is going to close.
-
#on_connect : Nil
Method invoked when Listener is connected to PG.
-
#on_splash(splash : Events::Splash) : Nil
Method invoked whenever there is new
Splash
event received. -
#on_start : Nil
Method invoked when Application is going to start.
Instance Method Detail
abstract
def on_splash(splash : Events::Splash) : Nil
#
Method invoked whenever there is new Splash
event received.