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

org.ccsds.moims.mo.com.event.provider.EventHandler Maven / Gradle / Ivy

The newest version!
package org.ccsds.moims.mo.com.event.provider;

/**
 * Interface that providers of the Event service must implement to handle 
 * the operations of that service. 
 */
public interface EventHandler {

    /**
     * Sets the skeleton to be used for creation of publishers.
     * 
     * @param skeleton The skeleton to be used.
     */
    void setSkeleton(org.ccsds.moims.mo.com.event.provider.EventSkeleton skeleton);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy