|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IgnorableListener
Generically represents a mechanism for disabling listener functionality
while certain kinds of processing are taking place.
For example, if you want to programatically select rows of
a table, you likely want to ignore the valueChanged
events that will be generated as those rows are selected.
| Method Summary | |
|---|---|
boolean |
ignoreEvents()
Indicates whether or not events are to be ignored. |
void |
setIgnoreEvents(boolean b)
Set the flag indicating whether or not events should be ignored. |
| Method Detail |
|---|
boolean ignoreEvents()
true if events should be ignored,
false otherwisevoid setIgnoreEvents(boolean b)
b - true if they should, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||