fdda.core.projects
Interface ProjectListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ButtonBar, MenuBar, ProjectAdapter

public interface ProjectListener
extends EventListener

Interface for listeners on projects.

Author:
Jörg Rüdenauer

Method Summary
 void activeProjectChanged(ProjectEvent e)
          Informs the listener that another project has been activated
 void projectClosed(ProjectEvent e)
          Informs the listener that a project has been closed
 void projectNameChanged(ProjectEvent e)
          Informs the listener that the name of a project has been changed
 void projectOpened(ProjectEvent e)
          Informs the listener that a project has been opened
 void projectStateChanged(ProjectEvent e)
          Informs the listener that a project has changed its state
 

Method Detail

projectOpened

public void projectOpened(ProjectEvent e)
Informs the listener that a project has been opened

Parameters:
e - the event

projectClosed

public void projectClosed(ProjectEvent e)
Informs the listener that a project has been closed

Parameters:
e - the event

activeProjectChanged

public void activeProjectChanged(ProjectEvent e)
Informs the listener that another project has been activated

Parameters:
e - the event

projectStateChanged

public void projectStateChanged(ProjectEvent e)
Informs the listener that a project has changed its state

Parameters:
e - the event

projectNameChanged

public void projectNameChanged(ProjectEvent e)
Informs the listener that the name of a project has been changed

Parameters:
e - the event


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.