package org.tessell.model.commands; import org.tessell.model.properties.Property; public interface HasActive { Property<Boolean> active(); }