Uses of Class
com.vaadin.signals.impl.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return SnapshotModifier and TypeMethodDescriptionAsynchronousSignalTree.confirmed()abstract SnapshotSignalTree.confirmed()Gets the current snapshot based on all confirmed commands.SynchronousSignalTree.confirmed()AsynchronousSignalTree.submitted()abstract SnapshotSignalTree.submitted()Gets the current snapshot based on all confirmed and submitted commands.SynchronousSignalTree.submitted()Methods in com.vaadin.signals.impl with parameters of type SnapshotModifier and TypeMethodDescriptionprotected voidSignalTree.notifyObservers(Snapshot oldSnapshot, Snapshot newSnapshot) Notify all observers that are affected by changes between two snapshots.