public class NFEModelEvent
extends java.util.EventObject
Constructor and Description |
---|
NFEModelEvent(java.lang.Object source)
Allocates a new model event object
|
Modifier and Type | Method and Description |
---|---|
long |
getThreadId()
Gets the id of the thread where the event was fired
|
long |
getTimestamp()
Gets the time when the event was fired
|
void |
setThreadId(long threadId)
Sets the id of the thread where the event was fired
|
void |
setTimestamp(long timestamp)
Sets the time when the event was fired
|
public NFEModelEvent(java.lang.Object source)
source
- Where the event was firedpublic long getThreadId()
public void setThreadId(long threadId)
threadId
- a thread idpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- a time stamp