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

Last change on this file was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 356 bytes
Line 
1package genius.core.events;
2
3import genius.core.actions.Action;
4import genius.core.actions.Offer;
5
6/**
7 * An abstract superclass for all events, both meta-events like
8 * {@link SessionFailedEvent} and concrete {@link Action}s done by agents like
9 * doing an {@link Offer} .
10 *
11 * @author Mark
12 *
13 */
14public interface NegotiationEvent {
15
16}
Note: See TracBrowser for help on using the repository browser.