summaryrefslogtreecommitdiffstats
path: root/vdslib/src/main/java/com/yahoo/vdslib/distribution/GroupVisitor.java
blob: 493413b4e368a80dd9d8cf67ee41fd8bf5de7b2d (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vdslib.distribution;

public interface GroupVisitor {

    public boolean visitGroup(Group g);

}