org.openstreetmap.atlas.event.ShutdownEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
The newest version!
package org.openstreetmap.atlas.event;
/**
* An {@link Event} that is posted when {@link EventService} is shutting down
*
* @author mkalender
*/
public class ShutdownEvent extends Event
{
}