com.byoutline.eventcallback.IBus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eventcallback-api Show documentation
Show all versions of eventcallback-api Show documentation
Retrofit callbacks with simpler and shorter syntax.
The newest version!
package com.byoutline.eventcallback;
/**
* Bus interface.
*
* @author Sebastian Kacprzak
*/
public interface IBus {
void post(Object event);
}