Child: [85c2d9] (diff)

Download this file

BreakingNewsEvent.java    12 lines (7 with data), 201 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
package de.kuei.metafora.gwt.smack.shared.event.breakingnews;
public interface BreakingNewsEvent {
String getDescription();
String getL2l2Tag();
String getLandmarkURL();
long getTimestamp();
}