org.jboss.seam.social
Interface HasStatus


public interface HasStatus

Social network Handler implementing this interface will support status update

Author:
Antoine Sabot-Durand

Method Summary
 Object updateStatus(String message)
          Send the status in parameter
 

Method Detail

updateStatus

Object updateStatus(String message)
Send the status in parameter

Parameters:
message - the status to send
Returns:
an Object corresponding to the update


Copyright © 2011-2012 Seam Framework. All Rights Reserved.