org.radrails.db.core
Interface IYMLFileChangeListener


public interface IYMLFileChangeListener

Interface for a listener on a YMLFile.

Version:
0.3.1
Author:
mkent

Method Summary
 void YMLFileChanged(YMLFile file)
          The file has changed.
 

Method Detail

YMLFileChanged

public void YMLFileChanged(YMLFile file)
The file has changed.

Parameters:
file - - a new YMLFile object describing the changes