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

net.sf.jrtps.rtps.ChangeKind Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package net.sf.jrtps.rtps;

/**
 * Enumeration for different kind of changes made to an instance.
 * 
 * @author mcr70
 */
public enum ChangeKind {
    /**
     * Writer updates an instance.
     */
    WRITE,
    /**
     * Writer disposes an instance.
     */
    DISPOSE,
    /**
     * Writer unregisters an instance.
     */
    UNREGISTER;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy