GenericEvent

GenericEvent

class GenericEvent extends Event implements ArrayAccess, IteratorAggregate

Event encapsulation class.

Encapsulates events thus decoupling the observer from the subject they encapsulate.

Methods

bool isPropagationStopped()

Returns whether further event listeners should be triggered.

from Event登录查看完整内容