abstract class Nozzle::Handlers::Base

Direct Known Subclasses

Defined in:

nozzle/handlers/base.cr

Instance Method Summary

Instance Method Detail

abstract def on_close : Nil #

Method invoked when Application is going to close.


[View source]
abstract def on_connect : Nil #

Method invoked when Listener is connected to PG.


[View source]
abstract def on_splash(splash : Events::Splash) : Nil #

Method invoked whenever there is new Splash event received.


[View source]
abstract def on_start : Nil #

Method invoked when Application is going to start.


[View source]