com.github.eventsource.client
Class MessageEvent

java.lang.Object
  extended by com.github.eventsource.client.MessageEvent

public class MessageEvent
extends Object


Field Summary
 String data
           
 String lastEventId
           
 String origin
           
 
Constructor Summary
MessageEvent(String data, String lastEventId, String origin)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public final String data

lastEventId

public final String lastEventId

origin

public final String origin
Constructor Detail

MessageEvent

public MessageEvent(String data,
                    String lastEventId,
                    String origin)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.