org.atmosphere.samples.shared
Class EventFoo

java.lang.Object
  extended by org.atmosphere.samples.shared.BaseEvent
      extended by org.atmosphere.samples.shared.EventFoo
All Implemented Interfaces:
Serializable

public class EventFoo
extends BaseEvent
implements Serializable

See Also:
Serialized Form

Constructor Summary
EventFoo()
           
 
Method Summary
 String getData1()
           
 String getData2()
           
 void setData1(String data1)
           
 void setData2(String data2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventFoo

public EventFoo()
Method Detail

toString

public String toString()
Overrides:
toString in class BaseEvent

getData1

public String getData1()

setData1

public void setData1(String data1)

getData2

public String getData2()

setData2

public void setData2(String data2)


Copyright © 2015. All Rights Reserved.