Package com.anylogic.engine.gui
- java.lang.Object
- com.anylogic.engine.gui.EventItem
@AnyLogicInternalAPI public class EventItem extends 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.
Modifier and Type | Field | Description |
---|---|---|
long | index | |
String | name | |
double | time | |
EventProfiler.EventType | type |
Constructor | Description |
---|---|
EventItem() | |
EventItem |
public long index
public EventProfiler.EventType type
public String name
public double time
public EventItem()
public EventItem(long index, EventProfiler.EventType type, String name, double time)