Class NativeKeyAdapter

  • All Implemented Interfaces:
    NativeKeyListener, EventListener

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

      • NativeKeyAdapter

        public NativeKeyAdapter()
        Deprecated.