mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-01 12:57:26 +00:00
[Add] Project, Event, Core, Framework-API 增加 Event 模块;
[Add] EventExecutor, EventObject, EventHandler 添加基本的事件类; [Add] AbstractEventObject 添加完成了 EventObject 所需方法的抽象类; [Add] EventHandlerRegistry 添加事件处理注册器接口, 分离与事件处理注册的部分; [Add] Core/pom.xml, Event/pom.xml, Framework-API/pom.xml, Project/pom.xml 添加 Event 模块并在所需模块中引入; [Add] Cancelable, SupportedCancel 添加与事件取消有关的接口; [Add] EventUtils 添加与事件处理有关的工具类; [Add] EventUtilsTest, TestEvent, StandardHandler, IllegalHandler 添加针对 EventUtils 的完整单元测试;
This commit is contained in:
@ -49,6 +49,11 @@
|
||||
<artifactId>ContentGrabbingJi-pixiv</artifactId>
|
||||
<version>3.0.0-alpha-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.lamgc</groupId>
|
||||
<artifactId>ContentGrabbingJi-Event</artifactId>
|
||||
<version>3.0.0-alpha-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
|
Reference in New Issue
Block a user