org.oscim.event.Event Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vtm Show documentation
Show all versions of vtm Show documentation
OpenGL vector map library written in Java - running on Android, iOS, Desktop and within the browser.
package org.oscim.event;
/**
* The Class Event to be sub-classed by event-producers. Should be used
* to distinguish the type of event when more than one is produced.
*/
public class Event {
}