Class FileUploadModelDelegate.FileUploadEvent

java.lang.Object
com.inductiveautomation.perspective.gateway.components.FileUploadModelDelegate.FileUploadEvent
All Implemented Interfaces:
AutoCloseable
Enclosing class:
FileUploadModelDelegate

public static class FileUploadModelDelegate.FileUploadEvent extends Object implements AutoCloseable
This is the event object that will be passed to the `onFileReceived` actions.
  • Field Details

  • Constructor Details

    • FileUploadEvent

      public FileUploadEvent(UploadedFile file)
  • Method Details