Uses of Class
modelarium.attributes.Events
Packages that use Events
Package
Description
Attribute abstractions for storing and accessing model state.
-
Uses of Events in modelarium.attributes
Methods in modelarium.attributes that return EventsModifier and TypeMethodDescriptionEvents.deepCopy()AttributeSet.getPostEvents()AttributeSet.getPreEvents()Constructors in modelarium.attributes with parameters of type EventsModifierConstructorDescriptionAttributeSet(String name, Events preEvents, Properties properties, Events postEvents) Constructs an attribute set with a given name and specified components.