Uses of Class
com.itmill.toolkit.ui.Upload.FinishedEvent

Packages that use Upload.FinishedEvent
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Upload.FinishedEvent in com.itmill.toolkit.ui
 

Subclasses of Upload.FinishedEvent in com.itmill.toolkit.ui
 class Upload.FailedEvent
          Upload.Interrupted event is sent when the upload is received, but the reception is interrupted for some reason.
 class Upload.NoInputStreamEvent
          FailedEvent that indicates that an input stream could not be obtained.
 class Upload.NoOutputStreamEvent
          FailedEvent that indicates that an output stream could not be obtained.
 class Upload.SucceededEvent
          Upload.Success event is sent when the upload is received successfully.
 

Methods in com.itmill.toolkit.ui with parameters of type Upload.FinishedEvent
 void Upload.FinishedListener.uploadFinished(Upload.FinishedEvent event)
          Upload has finished.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.