Newer Version Available
Subscribe to a Single Record
To subscribe to a single record with live controller, include <apex:liveController /> and a standardController on your Visualforce page.
In this example, a Visualforce page uses the Account standard controller with <apex:liveController />.
First, we define the standard controller and assign it to the account object. In the second line, we create the live controller, which listens for updates to the standard controller record. Live controller updates the Visualforce page when this account record is updated in Lightning Experience.