mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-01 12:57:26 +00:00
[Rename] Event, Core 调整类名;
[Rename] DefaultEventHandlerRegistry -> DefaultHandlerRegistry; [Rename] EventHandlerRegistry -> HandlerRegistry;
This commit is contained in:
@ -25,7 +25,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
|
||||
* 默认的事件处理注册器.
|
||||
* @author LamGC
|
||||
*/
|
||||
public class DefaultEventHandlerRegistry implements EventHandlerRegistry {
|
||||
public class DefaultHandlerRegistry implements HandlerRegistry {
|
||||
|
||||
private final Map<Method, Object> instanceMap = new Hashtable<>();
|
||||
private final Map<Class<? extends EventObject>, Set<Method>> eventHandlerMap = new Hashtable<>();
|
Reference in New Issue
Block a user