|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.maven.wagon.events.WagonEvent
public class WagonEvent
Base class for all events emitted by Wagon objects.
| Field Summary | |
|---|---|
protected long |
timestamp
The time when event occured |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
WagonEvent(Wagon source)
|
|
| Method Summary | |
|---|---|
long |
getTimestamp()
Returns the timestamp which indicated the time when this event has occured |
Wagon |
getWagon()
Returns The Wagon object on which the WagonEvent initially occurred |
void |
setTimestamp(long timestamp)
Sets the timestamp which indicated the time when this event has occured |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long timestamp
| Constructor Detail |
|---|
public WagonEvent(Wagon source)
source - The Wagon object on which the WagonEvent initially occurred| Method Detail |
|---|
public Wagon getWagon()
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - The timestamp to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||