org.teatrove.tea.compiler
Class StatusEvent
java.lang.Object
java.util.EventObject
org.teatrove.tea.compiler.StatusEvent
- All Implemented Interfaces:
- Serializable
public class StatusEvent
- extends EventObject
- Author:
- Sean T. Treat
- See Also:
- Serialized Form
|
Method Summary |
int |
getCurrent()
Returns the index of the current file. |
String |
getCurrentName()
Returns the name of the file that is being compiled. |
int |
getTotal()
Returns the total number of files that are being worked. |
StatusEvent
public StatusEvent(Object source,
int current,
int total,
String currentName)
getTotal
public int getTotal()
- Returns the total number of files that are being worked.
getCurrent
public int getCurrent()
- Returns the index of the current file.
getCurrentName
public String getCurrentName()
- Returns the name of the file that is being compiled.
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.