Class VButtonImageBak.ImageListener

  • All Implemented Interfaces:
    org.eclipse.swt.widgets.Listener
    Enclosing class:
    VButtonImageBak

    private class VButtonImageBak.ImageListener
    extends java.lang.Object
    implements org.eclipse.swt.widgets.Listener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.widgets.Button b  
      private java.lang.String key  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageListener​(java.lang.String key, org.eclipse.swt.widgets.Button b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.eclipse.swt.widgets.Event e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        private java.lang.String key
      • b

        private org.eclipse.swt.widgets.Button b
    • Constructor Detail

      • ImageListener

        ImageListener​(java.lang.String key,
                      org.eclipse.swt.widgets.Button b)
    • Method Detail

      • handleEvent

        public void handleEvent​(org.eclipse.swt.widgets.Event e)
        Specified by:
        handleEvent in interface org.eclipse.swt.widgets.Listener