public final class RepositoryEvent extends Event
Modifier and Type | Field and Description |
---|---|
static EventType<RepositoryEvent> |
ACTIVITY_ADDED |
static EventType<RepositoryEvent> |
ACTIVITY_REMOVED |
static EventType<RepositoryEvent> |
REPOSITORY_CHANGED |
source
Constructor and Description |
---|
RepositoryEvent(ActivityRepository<?> repository) |
RepositoryEvent(EventType<RepositoryEvent> eventType,
ActivityRepository<?> repository,
ActivityRef<?> activityRef) |
Modifier and Type | Method and Description |
---|---|
ActivityRef<?> |
getActivityRef() |
ActivityRepository<?> |
getRepository() |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
getSource, toString
public static final EventType<RepositoryEvent> REPOSITORY_CHANGED
public static final EventType<RepositoryEvent> ACTIVITY_ADDED
public static final EventType<RepositoryEvent> ACTIVITY_REMOVED
public RepositoryEvent(EventType<RepositoryEvent> eventType, ActivityRepository<?> repository, ActivityRef<?> activityRef)
public RepositoryEvent(ActivityRepository<?> repository)
public final ActivityRef<?> getActivityRef()
public final ActivityRepository<?> getRepository()
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.