source: src/main/java/genius/core/events/SessionEndedEvent.java

Last change on this file was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 142 bytes
Line 
1package genius.core.events;
2
3/**
4 *
5 * abstract class for session ended
6 */
7public interface SessionEndedEvent extends NegotiationEvent {
8
9}
Note: See TracBrowser for help on using the repository browser.