Hi, I am writing a multi-client java text editor. I wish to implement the text editor in such a way that when one file is opened by 2 users or more and one of them edit and saved the file, there will be a popup message telling other users that the file has been modified and ask them if they want to load the new file or not.
How do I implement this? Use ActionListener?
How do I implement this? Use ActionListener?