1POE::Component::PluggabUlsee:r:CCoonnsttrainbtust(e3d)PPeOrEl::DCoocmupmoennetnatt:i:oPnluggable::Constants(3)
2
3
4

NAME

6       POE::Component::Pluggable::Constants - importable constants for
7       POE::Component::Pluggable
8

VERSION

10       version 1.28
11

SYNOPSIS

13        use POE::Component::Pluggable::Constants qw(:ALL);
14

DESCRIPTION

16       POE::Component::Pluggable::Constants defines a number of constants that
17       are required by the plugin system.
18

EXPORTS

20   "PLUGIN_EAT_NONE"
21       Value: 1
22
23       This means the event will continue to be processed by remaining plugins
24       and finally, sent to interested sessions that registered for it.
25
26   "PLUGIN_EAT_CLIENT"
27       Value: 2
28
29       This means the event will continue to be processed by remaining plugins
30       but it will not be sent to any sessions that registered for it.
31
32   "PLUGIN_EAT_PLUGIN"
33       Value: 3
34
35       This means the event will not be processed by remaining plugins, it
36       will go straight to interested sessions.
37
38   "PLUGIN_EAT_ALL"
39       Value: 4
40
41       This means the event will be completely discarded, no plugin or session
42       will see it.
43

SEE ALSO

45       POE::Component::Pluggable
46

AUTHORS

48       ·   Chris Williams <chris@bingosnet.co.uk>
49
50       ·   Apocalypse <perl@0ne.us>
51
52       ·   Hinrik Örn Sigurðsson
53
54       ·   Jeff Pinyan
55
57       This software is copyright (c) 2017 by Chris Williams.
58
59       This is free software; you can redistribute it and/or modify it under
60       the same terms as the Perl 5 programming language system itself.
61
62
63
64perl v5.30.0                      2019-0P7O-E2:6:Component::Pluggable::Constants(3)
Impressum