org.springframework.social.twitter.api
Class StreamDeleteEvent

java.lang.Object
  extended by org.springframework.social.twitter.api.TwitterObject
      extended by org.springframework.social.twitter.api.StreamDeleteEvent

public class StreamDeleteEvent
extends TwitterObject

A stream event indicating that a tweet should be removed from the client.


Constructor Summary
StreamDeleteEvent(long tweetId, long userId)
           
 
Method Summary
 long getTweetId()
          The ID of the tweet to delete
 long getUserId()
          The ID of the user who posted the tweet
 
Methods inherited from class org.springframework.social.twitter.api.TwitterObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamDeleteEvent

public StreamDeleteEvent(long tweetId,
                         long userId)
Method Detail

getTweetId

public long getTweetId()
The ID of the tweet to delete


getUserId

public long getUserId()
The ID of the user who posted the tweet