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 v a 2 s . co m /** * Created with IntelliJ IDEA. * User: marcus * <p/> * Generic event. use implementations of this interface to fire generic events * you may register listeners to generic events using the ApplicationContext's * registerGenericListener function */ public interface GenericEvent { }