Package ca.phon.project
Interface ProjectListener
- All Known Implementing Classes:
ProjectWindowProjectListener
public interface ProjectListener
Listen for changes to project structure and
data.
- Author:
- Greg J. Hedlund invalid input: '<'ghedlund@cs.mun.ca>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Informs the listener of changes to project data.void
Informs the listener of changes to project structure.void
Informs the listener of changes to transcript write locks.
-
Method Details
-
projectStructureChanged
Informs the listener of changes to project structure.- Parameters:
ProjectEvent
-
-
projectDataChanged
Informs the listener of changes to project data.- Parameters:
ProjectEvent
-
-
projectWriteLocksChanged
Informs the listener of changes to transcript write locks.- Parameters:
ProjectEvent
-
-