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

com.byoutline.eventcallback.IBus Maven / Gradle / Ivy

The newest version!
package com.byoutline.eventcallback;

/**
 * Bus interface.
 *
 * @author Sebastian Kacprzak 
 */
public interface IBus {

    void post(Object event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy