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

net.java.truelicense.swing.util.Enabler Maven / Gradle / Ivy

Go to download

The TrueLicense Swing module provides a graphical user interface for consuming license keys.

There is a newer version: 2.6.6
Show newest version
/*
 * Copyright (C) 2005-2015 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */

package net.java.truelicense.swing.util;

/**
 * A proxy for enabling or disabling an object.
 *
 * @since  TrueLicense 2.3
 * @author Christian Schlichtherle
 */
public interface Enabler {
    boolean enabled();
    void enabled(boolean value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy