/**
*
*/
package net.frontlinesms.ui;
/**
* Marker interface for Thinlet event handlers. This interface should help differentiate between
* event handlers and Thinlet components in method signatures, as otherwise both are plain Objects.
* @author Alex
*/
public interface ThinletUiEventHandler {}