Package edu.umd.cs.findbugs.gui
Interface Grouper.Callback<ElementType2>
-
- Enclosing class:
- Grouper<ElementType>
public static interface Grouper.Callback<ElementType2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addToGroup(ElementType2 member)
void
startGroup(ElementType2 firstMember)
-
-
-
Method Detail
-
startGroup
void startGroup(ElementType2 firstMember)
-
addToGroup
void addToGroup(ElementType2 member)
-
-