Package com.anylogic.engine.gui
- java.lang.Object
-
- com.anylogic.engine.gui.EventItem
@AnyLogicInternalAPI public class EventItem extends java.lang.Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
long |
index |
|
java.lang.String |
name |
|
double |
time |
|
EventProfiler.EventType |
type |
|
Modifier and Type | Field | Description |
---|
EventItem() |
|
EventItem(long index,
EventProfiler.EventType type,
java.lang.String name,
double time) |
|
Constructor | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public long index
public EventProfiler.EventType type
public java.lang.String name
public double time
public EventItem()
public EventItem(long index, EventProfiler.EventType type, java.lang.String name, double time)
-
How can we improve this article?
-