public class StockTickEvent extends Object implements Serializable
| Constructor and Description |
|---|
StockTickEvent() |
StockTickEvent(String company,
double price) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany() |
double |
getPrice() |
long |
getTimestamp() |
void |
setCompany(String company) |
void |
setPrice(double price) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public StockTickEvent(String company, double price)
public StockTickEvent()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.