public class InstanceEvent
extends java.lang.Object
InstanceListener
,
Instance.addInstanceListener(InstanceListener)
Modifier and Type | Class and Description |
---|---|
static class |
InstanceEvent.Type |
Constructor and Description |
---|
InstanceEvent(Instance instance,
InstanceEvent.Type eventType) |
InstanceEvent(Instance instance,
InstanceEvent.Type eventType,
PElement element) |
Modifier and Type | Method and Description |
---|---|
PElement |
getElement() |
InstanceEvent.Type |
getEventType() |
Instance |
getInstance() |
public InstanceEvent(Instance instance, InstanceEvent.Type eventType)
public InstanceEvent(Instance instance, InstanceEvent.Type eventType, PElement element)
public InstanceEvent.Type getEventType()
public PElement getElement()
public Instance getInstance()