public class EDriveEvent extends EventObject
source
Constructor and Description |
---|
EDriveEvent(com.eossonline.esync.ESync source,
String action,
String direction,
String stage,
Path location,
long size,
Throwable exception) |
Modifier and Type | Method and Description |
---|---|
String |
detDirection() |
String |
getAction() |
long |
getEventTimeMillis() |
Throwable |
getException() |
Path |
getLocation() |
long |
getSize() |
com.eossonline.esync.ESync |
getSource() |
String |
getStage() |
String |
toString() |
public com.eossonline.esync.ESync getSource()
getSource
in class EventObject
public String getAction()
public String detDirection()
public String getStage()
public Path getLocation()
public long getEventTimeMillis()
public long getSize()
public Throwable getException()
public String toString()
toString
in class EventObject
Copyright © 2013. All Rights Reserved.