com.kuka.roboticsAPI.persistenceModel
Interface IFileStateListener
- All Known Implementing Classes:
- XmlApplicationDataSource
public interface IFileStateListener
This interface is used for file listeners who want to get information, when
the state of a file has changed.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
fileStateChanged
void fileStateChanged(FileWatchState newState)
- Called when a file changed.
- Parameters:
newState - The state of the file.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.