![JAR search and dependency download from the Maven repository](/logo.png)
com.viaoa.hub.HubOnEventInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-core Show documentation
Show all versions of oa-core Show documentation
Object Automation library
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