Package-level declarations

Types

Link copied to clipboard
interface Event
Base interface for Plasmo Voice events.
Link copied to clipboard
interface EventBus
Manages events and event handlers.
Link copied to clipboard
An interface representing an event that can be cancelled.
Link copied to clipboard
Base implementation of EventCancellable
Link copied to clipboard
Link copied to clipboard
Represents an event's priority in execution.
Link copied to clipboard
@Target(value = METHOD)
@Retention(value = RUNTIME)
annotation class EventSubscribe