The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Reflex::POE::Wheel - Base class for POE::Wheel wrappers.

VERSION

version 0.005

SYNOPSIS

# Not a complete example. Consider looking at the source for # Reflex::POE::Wheel::Run, which subclasses Reflex::POE::Wheel.

TODO - Need an example.

DESCRIPTION

Reflex::POE::Wheel is a base class for POE::Wheel wrappers. Subclasses will configure Reflex::POE::Wheel to provide the proper POE::Wheel constructor parameters. Additional configuration converts the POE::Wheel events into Reflex::Object events.

Methods are not yet converted automatically. It seems more sensible to provide a native Reflex::Object interface, although one could certainly use Moose's "handles" attribute option to pass the wheel's methods through the wrapper.

TODO - Complete the documentation.

wheel_id

Return the internal wheel's ID.

demolish_wheel

Cause the internal wheel to be demolished. Provided as a method since some wheels may require special handling.

GETTING HELP

"GETTING HELP" in Reflex

ACKNOWLEDGEMENTS

"ACKNOWLEDGEMENTS" in Reflex

SEE ALSO

Reflex and "SEE ALSO" in Reflex

BUGS

"BUGS" in Reflex

CORE AUTHORS

"CORE AUTHORS" in Reflex

OTHER CONTRIBUTORS

"OTHER CONTRIBUTORS" in Reflex

COPYRIGHT AND LICENSE

"COPYRIGHT AND LICENSE" in Reflex