summaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/geb/api/IEvent.java
blob: 62574301b20f1056e37d8c6daec84d97a16ae72e (plain) (blame)
1
2
3
4
5
6
7
8
package ftbsc.geb.api;

/**
 * The common interface for all GEB events.
 * It doesn't do anything special, it just provides a common superclass.
 * @since 0.1.0
 */
public interface IEvent {}