I saw that these events were scattered throughout the Chaplin code example, but there is no explanation in the documentation or source. This seems to mean that it is a global event that triggers an action. It's right? Are they just a convention or are they somehow applied?
@subscribeEvent 'logout', @logout
@subscribeEvent 'userData', @userData
@subscribeEvent '!showLogin', @showLoginView
@subscribeEvent '!login', @triggerLogin
@subscribeEvent '!logout', @triggerLogout
sethp source
share