Child: [85c2d9] (diff)

Download this file

VersionSavedEvent.java    14 lines (8 with data), 212 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
package de.kuei.metafora.gwt.smack.shared.event.versions;
public interface VersionSavedEvent {
String getMapId();
String getMapName();
long getTimestamp();
String getURL();
String getVersionNumber();
}