Point

EventListenerInterceptor 针对于监听函数执行的拦截点。

Point 中所有的模式的具体行为的最终解释权都归 EventProcessor 的具体实现所有。

Entries

Link copied to clipboard

默认拦截点。通常情况下来讲就是监听函数被执行前的位置。

Link copied to clipboard

EventListener.match 匹配成功后拦截。

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.