There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Name

SPVM::Mojo::EventEmitter::Callback - Callback for Mojo::EventEmitter

Description

Mojo::EventEmitter::Callback interface in SPVM is the callback for Mojo::EventEmitter class.

Usage

interface Mojo::EventEmitter::Callback;

Interface Methods

required method : void ($that : object, $arg1 : object = undef, $arg2 : object = undef, $arg3 : object = undef);

A callback executed by Mojo::EventEmitter#emit method.

See Also

Copyright & License

Copyright (c) 2025 Yuki Kimoto

MIT License