cds.util
Interface Observer
- All Known Implementing Classes:
- SqlPlayerDesignCommandsPane, SqlPlayerResultPane
- public interface Observer
Title: Observer
Description: abstract interface to implements observer design pattern
Copyright: Copyright (c) 2003
Company: Astronomical Observatory, Strasbourg, France
- Version:
- 1.0
- Author:
- Hatt Mathieu, James W. Cooper
sendNotify
public void sendNotify(boolean value)
sendNotify
public void sendNotify(java.lang.String value)
sendNotify
public void sendNotify(int value)
sendNotify
public void sendNotify(java.util.ArrayList value)