I have a video running in my application and a Thread running a Socket (server), all within the same class, but I need this Thread to access a method that is outside of it.
To be more exact I want to run getCurrentTime () to get the current time the video is running and send it via Socket to another application.