package de.ugoe.cs.quest.eventcore; /** * *

* TODO comment *

* * @version $Revision: $ $Date: Aug 16, 2012$ * @author 2012, last modified by $Author: sherbold$ */ public interface IEventTarget { public String getPlatform(); }