Uses of Class
com.flexganttfx.model.repository.RepositoryEvent
| Package | Description | 
|---|---|
| com.flexganttfx.model | 
 Top-level model classes required for creating a Gantt chart. 
 | 
| com.flexganttfx.model.repository | 
 Classes related to activity repositories. 
 | 
- 
Uses of RepositoryEvent in com.flexganttfx.model
Method parameters in com.flexganttfx.model with type arguments of type RepositoryEvent Modifier and Type Method Description voidActivityRepository. addEventHandler(EventHandler<RepositoryEvent> handler)Adds an event handler for receiving repository events.voidActivityRepository. 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 RepositoryEvent Modifier and Type Field Description static EventType<RepositoryEvent>RepositoryEvent. ACTIVITY_ADDEDAn event type that indicates that an activity has been added to the repository.static EventType<RepositoryEvent>RepositoryEvent. ACTIVITY_REMOVEDAn event type that indicates that an activity has been removed from the repository.static EventType<RepositoryEvent>RepositoryEvent. REPOSITORY_CHANGEDAn event type that indicates that "something" inside the repository has changed.Methods in com.flexganttfx.model.repository with parameters of type RepositoryEvent Modifier and Type Method Description protected voidActivityRepositoryBase. fireEvent(RepositoryEvent evt)Method parameters in com.flexganttfx.model.repository with type arguments of type RepositoryEvent Modifier and Type Method Description voidActivityRepositoryBase. addEventHandler(EventHandler<RepositoryEvent> l)voidActivityRepositoryBase. removeEventHandler(EventHandler<RepositoryEvent> l)Constructor parameters in com.flexganttfx.model.repository with type arguments of type RepositoryEvent Constructor Description RepositoryEvent(EventType<RepositoryEvent> eventType, ActivityRepository<?> repository, ActivityRef<?> activityRef)Constructs a new repository event.