Uses of Class
com.flexganttfx.model.repository.RepositoryEvent
Packages that use RepositoryEvent
Package
Description
Top-level model classes required for creating a Gantt chart.
Classes related to activity repositories.
-
Uses of RepositoryEvent in com.flexganttfx.model
Method parameters in com.flexganttfx.model with type arguments of type RepositoryEventModifier and TypeMethodDescriptionvoid
ActivityRepository.addEventHandler
(EventHandler<RepositoryEvent> handler) Adds an event handler for receiving repository events.void
ActivityRepository.removeEventHandler
(EventHandler<RepositoryEvent> handler) Removes the given event handler from the repository. -
Uses of RepositoryEvent in com.flexganttfx.model.repository
Fields in com.flexganttfx.model.repository with type parameters of type RepositoryEventModifier and TypeFieldDescriptionstatic final EventType<RepositoryEvent>
RepositoryEvent.ACTIVITY_ADDED
An event type that indicates that an activity has been added to the repository.static final EventType<RepositoryEvent>
RepositoryEvent.ACTIVITY_REMOVED
An event type that indicates that an activity has been removed from the repository.static final EventType<RepositoryEvent>
RepositoryEvent.REPOSITORY_CHANGED
An event type that indicates that "something" inside the repository has changed.Methods in com.flexganttfx.model.repository with parameters of type RepositoryEventModifier and TypeMethodDescriptionprotected void
ActivityRepositoryBase.fireEvent
(RepositoryEvent evt) Method parameters in com.flexganttfx.model.repository with type arguments of type RepositoryEventModifier and TypeMethodDescriptionvoid
ActivityRepositoryBase.addEventHandler
(EventHandler<RepositoryEvent> l) void
ActivityRepositoryBase.removeEventHandler
(EventHandler<RepositoryEvent> l) Constructor parameters in com.flexganttfx.model.repository with type arguments of type RepositoryEventModifierConstructorDescriptionRepositoryEvent
(EventType<RepositoryEvent> eventType, ActivityRepository<?> repository, ActivityRef<?> activityRef) Constructs a new repository event.