Uses of Interface
net.datenwerke.gxtdto.client.utilityservices.submittracker.SubmitCompleteCallback
Packages that use SubmitCompleteCallback
Package
Description
-
Uses of SubmitCompleteCallback in net.datenwerke.gxtdto.client.dialog.properties
Methods in net.datenwerke.gxtdto.client.dialog.properties with parameters of type SubmitCompleteCallbackModifier and TypeMethodDescriptionvoidRpcPropertiesDialog.setSubmitCompleteCallback(SubmitCompleteCallback callback) -
Uses of SubmitCompleteCallback in net.datenwerke.gxtdto.client.utilityservices.submittracker
Methods in net.datenwerke.gxtdto.client.utilityservices.submittracker that return SubmitCompleteCallbackMethods in net.datenwerke.gxtdto.client.utilityservices.submittracker with parameters of type SubmitCompleteCallbackModifier and TypeMethodDescriptionvoidSubmitTracker.beginTracking(SubmitCompleteCallback callback) voidSubmitTrackerToken.setSubmitCompleteCallback(SubmitCompleteCallback submitCompleteCallback) voidSubmitTrackerService.trackSubmit(SubmitCompleteCallback callback, Collection<SubmitTrackerToken> tokens) voidSubmitTrackerService.trackSubmit(SubmitCompleteCallback callback, SubmitTrackerToken... tokens) voidSubmitTrackerServiceImpl.trackSubmit(SubmitCompleteCallback callback, Collection<SubmitTrackerToken> trackers) voidSubmitTrackerServiceImpl.trackSubmit(SubmitCompleteCallback callback, SubmitTrackerToken... trackers)