public void handleEvent()

in src/main/java/org/apache/sling/distribution/journal/shared/DistributionLogEventListener.java [56:62]


    public void handleEvent(Event event) {
        if (DistributionEventTopics.AGENT_PACKAGE_DISTRIBUTED.equals(event.getTopic())) {
            handleDistributedEvent(event);
        } else if (DiscoveryService.TOPIC_DISTRIBUTION_LOG.equals(event.getTopic())) {
            handleLogEvent(event);
        }
    }