# CommonEvent **Repository Path**: jmpp/CommonEvent ## Basic Information - **Project Name**: CommonEvent - **Description**: A simple event system of java. *support user define their events by inheritts from Event. *support user define their event handlers by implements IEventHandler interface. *support user define event callbacks by implements IEventConsumedCallback interface which will be called after the event was consumed. *fire events and consume events are asynchronized, in muti-threads. *Eventhandlers can be configred in properties file or registed dynamic. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: http://blog.csdn.net/jmppok/article/details/44417275 - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 9 - **Created**: 2015-03-18 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CommonEvent