![]() |
![]()
| ![]() |
![]()
NAMEPOE::Component::Pluggable::Constants - importable constants for POE::Component::PluggableVERSIONversion 1.28SYNOPSISuse POE::Component::Pluggable::Constants qw(:ALL); DESCRIPTIONPOE::Component::Pluggable::Constants defines a number of constants that are required by the plugin system.EXPORTS"PLUGIN_EAT_NONE"Value: 1This means the event will continue to be processed by remaining plugins and finally, sent to interested sessions that registered for it. "PLUGIN_EAT_CLIENT"Value: 2This means the event will continue to be processed by remaining plugins but it will not be sent to any sessions that registered for it. "PLUGIN_EAT_PLUGIN"Value: 3This means the event will not be processed by remaining plugins, it will go straight to interested sessions. "PLUGIN_EAT_ALL"Value: 4This means the event will be completely discarded, no plugin or session will see it. SEE ALSOPOE::Component::PluggableAUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2017 by Chris Williams.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|