com.zman.event.EventEmitter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of event-emitter Show documentation
Show all versions of event-emitter Show documentation
Both thread-safe and non-thread-safe implementation.
The newest version!
package com.zman.event;
import java.util.*;
import java.util.function.Consumer;
/**
* 事件订阅、通知器
*/
public class EventEmitter {
/**
* 事件 -> 函数列表
* 每当发生事件时,会调用所有订阅事件的函数
*/
private Map