|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.FileActivityEvent
public class FileActivityEvent
An event that notifies a listener of something happening with a specific file.
| Constructor Summary | |
|---|---|
FileActivityEvent(java.lang.String activityType,
java.io.File file)
|
|
FileActivityEvent(java.lang.String activityType,
java.io.File file,
int count)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActivityType()
Gets the value of activityType |
int |
getCount()
Gets the value of count |
java.io.File |
getFile()
Gets the value of file |
void |
setActivityType(java.lang.String argActivityType)
Sets the value of activityType |
void |
setCount(int argCount)
Sets the value of count |
void |
setFile(java.io.File argFile)
Sets the value of file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileActivityEvent(java.lang.String activityType,
java.io.File file,
int count)
public FileActivityEvent(java.lang.String activityType,
java.io.File file)
| Method Detail |
|---|
public java.lang.String getActivityType()
public void setActivityType(java.lang.String argActivityType)
argActivityType - Value to assign to this.activityTypepublic int getCount()
public void setCount(int argCount)
argCount - Value to assign to this.countpublic java.io.File getFile()
public void setFile(java.io.File argFile)
argFile - Value to assign to this.file
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||