NAME

Reflex::POE::Postback - Communicate with POE components expecting postbacks.

VERSION

version 0.004

SYNOPSIS

# Not a complete example. Please see eg-11-poco-postback.pl in the # examples for a working one.

$self->component->request(
	Reflex::POE::Postback->new(
		$self, "on_component_result", { cookie => 123 }
	),
);

TODO - Needs a better example.

DESCRIPTION

Reflex::POE::Postback creates an object that's compatible with the POE postback. These may be given to POE components that require postbacks to work.

TODO - Complete the documentation.

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