Hi, I am writing a multi-user text editor. When more than 1 user opened the file and one of them edit and saved it, I want a popup message to be shown for the other users and ask them if they want to load the saved file or continue with their own editing. How do I do this? ActionListener? Or? Thanks.