Example usage for com.jgoodies.common.bean ObservableBean2 interface-usage

List of usage examples for com.jgoodies.common.bean ObservableBean2 interface-usage

Introduction

In this page you can find the example usage for com.jgoodies.common.bean ObservableBean2 interface-usage.

Usage

From source file com.github.boogey.progressview.model.ICancelableProgressRO.java

/**
 * This interface is a read-only interface with cancelable option.
 * 
 * @author Karsten Schulz <a href="mailto:lennylinux.ks@googlmail.com">(lennylinux.ks@googlmail.com)</a>
 */
public interface ICancelableProgressRO extends ObservableBean2 {

From source file com.github.boogey.progressview.model.IProgressModelRO.java

/**
 * This interface contains read-only method to get the information for the graphical user interface.
 * 
 * @author Karsten Schulz <a href="mailto:lennylinux.ks@googlmail.com">(lennylinux.ks@googlmail.com)</a>
 */
public interface IProgressModelRO extends ObservableBean2 {