Perl Callbacks

I see that this is mentioned in the release notes for the newest version. I however cannot find any documentation on how this is implemented or used. We would like to be able to create additional "functions" on an extension and hope this will allow for that.

Comments

  • Hello

    Callbacks are not yet documented, but you can take a look at FOP2Callbacks.pm to get an idea on how they work. Basically you can trap manager events or fop2 client events and inject some new commands based on them.

    Best regards,
Sign In or Register to comment.