Class FileDocument.DeleteThumbnailListener

  • All Implemented Interfaces:
    ActionListener, java.util.EventListener
    Enclosing class:
    FileDocument

    public static class FileDocument.DeleteThumbnailListener
    extends java.lang.Object
    implements ActionListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean performAction​(java.lang.Object obj)
      Perform a generic action on the given object.
      • Methods inherited from class java.lang.Object

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

      • DeleteThumbnailListener

        public DeleteThumbnailListener()
    • Method Detail

      • performAction

        public boolean performAction​(java.lang.Object obj)
        Description copied from interface: ActionListener
        Perform a generic action on the given object. The parameter obj should be cast in the convenient type to perform action and access methods.
        Specified by:
        performAction in interface ActionListener
        Parameters:
        obj - Target Object to perform action
        Returns:
        boolean true if the action has been performed