8e4427a072
POE::Component::Pluggable is a base class for creating plugin enabled POE Components. It is a generic port of POE::Component::IRC's plugin system. If your component dispatches events to registered POE sessions, then POE::Component::Pluggable may be a good fit for you. Users of your component can then load plugins using the plugin methods provided to handle events generated by the component.
10 lines
396 B
Plaintext
10 lines
396 B
Plaintext
POE::Component::Pluggable is a base class for creating plugin enabled
|
|
POE Components. It is a generic port of POE::Component::IRC's plugin
|
|
system.
|
|
|
|
If your component dispatches events to registered POE sessions, then
|
|
POE::Component::Pluggable may be a good fit for you.
|
|
|
|
Users of your component can then load plugins using the plugin methods
|
|
provided to handle events generated by the component.
|