org.springframework.social.facebook.web
Interface UpdateHandler


public interface UpdateHandler

Strategy interface for handling real time updates. Implementations can be wired into RealTimeUpdateController to receive any updates from Facebook as they arrive.


Method Summary
 void handleUpdate(String subscription, RealTimeUpdate update)
           
 

Method Detail

handleUpdate

void handleUpdate(String subscription,
                  RealTimeUpdate update)