Class NativeMouseAdapter

  • All Implemented Interfaces:
    NativeMouseListener, EventListener

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

      • NativeMouseAdapter

        public NativeMouseAdapter()
        Deprecated.