All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.eventbus.IEvent Maven / Gradle / Ivy

The newest version!
package de.swm.gwt.client.eventbus;

/**
 * Definiert einen Event der zum Event-Bus gesendet werden kann.
 * @author Wiese.Daniel
 * 
copyright (C) 2011, SWM Services GmbH * */ public interface IEvent { /** * Der Name des Events. * @return der Name. */ String eventName(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy