Class NativeMouseMotionAdapter

  • All Implemented Interfaces:
    NativeMouseMotionListener, EventListener

    @Deprecated
    public class NativeMouseMotionAdapter
    extends Object
    implements NativeMouseMotionListener
    Deprecated.
    No need to extend this class, implement the NativeMouseMotionListener interface instead
    Adapter implementation of the NativeMouseMotionListener interface. The methods are empty so the super call is obsolete.
    Author:
    Johannes Boczek
    • Constructor Detail

      • NativeMouseMotionAdapter

        public NativeMouseMotionAdapter()
        Deprecated.