So I have this website that has a chatbox. I now have an offsite way to chat to the chatbox and get chats from it, the problem is that it only updates other users chats when I post or manually hit refresh, is there a command in java that will run a method, say every 10 seconds (the getChatData method lets say), so that it will auto refresh and not require me to manually refresh?
Thanks!