Uses of Class
org.graffiti.event.AbstractEvent.EVENTTYPE
Package | Description |
---|---|
org.graffiti.event |
Contains event classes and listener interfaces that are used to react to
events fired by the graph model.
|
-
Uses of AbstractEvent.EVENTTYPE in org.graffiti.event
Methods in org.graffiti.event that return AbstractEvent.EVENTTYPE Modifier and Type Method Description AbstractEvent.EVENTTYPE
AbstractEvent. getEventType()
static AbstractEvent.EVENTTYPE
AbstractEvent.EVENTTYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractEvent.EVENTTYPE[]
AbstractEvent.EVENTTYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graffiti.event with parameters of type AbstractEvent.EVENTTYPE Modifier and Type Method Description void
AbstractEvent. setEventType(AbstractEvent.EVENTTYPE eventType)