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

org.phoebus.applications.eslog.archivedjmslog.Model Maven / Gradle / Ivy

The newest version!
package org.phoebus.applications.eslog.archivedjmslog;

public class Model
{
    protected PropertyFilter[] filters = null;

    public void setFilters(PropertyFilter[] filters)
    {
        synchronized (this)
        {
            this.filters = filters;
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy