View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window events4j-api-0.12.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.philippheuer.events4j.api.service
├─ com.github.philippheuer.events4j.api.service.IEventHandler.class - [JAR]
├─ com.github.philippheuer.events4j.api.service.IServiceMediator.class - [JAR]
com.github.philippheuer.events4j.api.domain
├─ com.github.philippheuer.events4j.api.domain.DisposableWrapper.class - [JAR]
├─ com.github.philippheuer.events4j.api.domain.IDisposable.class - [JAR]
├─ com.github.philippheuer.events4j.api.domain.IEvent.class - [JAR]
├─ com.github.philippheuer.events4j.api.domain.IEventSubscription.class - [JAR]
com.github.philippheuer.events4j.api
├─ com.github.philippheuer.events4j.api.IEventManager.class - [JAR]