Spring Social Twitter

org.springframework.social.twitter.api
Class StreamWarningEvent

java.lang.Object
  extended by org.springframework.social.twitter.api.StreamWarningEvent

public class StreamWarningEvent
extends java.lang.Object

A stream event warning that the client is stalling and is in danger of being disconnected.

Author:
Craig Walls

Constructor Summary
StreamWarningEvent(java.lang.String code, java.lang.String message, double percentFull)
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getMessage()
           
 double getPercentFull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamWarningEvent

public StreamWarningEvent(java.lang.String code,
                          java.lang.String message,
                          double percentFull)
Method Detail

getCode

public java.lang.String getCode()

getMessage

public java.lang.String getMessage()

getPercentFull

public double getPercentFull()

Spring Social Twitter