Skip to main content

Appropriate listener class for flight/dwell time in java



The program I'm trying to make will have to collect the flight/dwell time of the user. I've explored the Keylistener interface and its method seems incapable of recording these times. What would be the appropriate interface for this?




Comments