Back to project page baracus-framework.
The source code is released under:
Apache License
If you think the Android project baracus-framework listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.mantucon.baracus.signalling; /* ww w. j a va2s . com*/ /** * Created with IntelliJ IDEA. * User: marcus * Date: 27.06.13 * Time: 19:13 * To change this template use File | Settings | File Templates. */ public interface GenericEventAwareComponent<T extends GenericEvent> { void handleEvent(T event); }