public static interface FilterConfig.Observer
Modifier and Type | Method and Description |
---|---|
void |
filterAdded(TestFilter f) |
void |
filterRemoved(TestFilter f)
Removing the active filter will result in an exception.
|
void |
filterUpdated(TestFilter f)
The state of the given filter has changed.
|
void filterUpdated(TestFilter f)
void filterAdded(TestFilter f)
void filterRemoved(TestFilter f)
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.