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

com.viaoa.hub.HubOnEventInterface Maven / Gradle / Ivy

The newest version!
package com.viaoa.hub;

import com.viaoa.object.OAObject;

/**
 * Used to create single event listeners for Hub events.
 *  
 * @author vvia
 *
 * @param 
 */
public interface HubOnEventInterface {

    void onEvent(HubEvent event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy