|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scijava.AbstractContextual
org.scijava.event.SciJavaEvent
org.scijava.display.event.DisplayEvent
org.scijava.display.event.DisplayUpdatedEvent
public class DisplayUpdatedEvent
An event indicating a display has updated; e.g., an object has been added or removed.
| Nested Class Summary | |
|---|---|
static class |
DisplayUpdatedEvent.DisplayUpdateLevel
The display update level gives a hint about how much work needs to be done during the update. |
| Constructor Summary | |
|---|---|
DisplayUpdatedEvent(Display<?> display,
DisplayUpdatedEvent.DisplayUpdateLevel level)
|
|
| Method Summary | |
|---|---|
DisplayUpdatedEvent.DisplayUpdateLevel |
getLevel()
|
| Methods inherited from class org.scijava.display.event.DisplayEvent |
|---|
getDisplay, toString |
| Methods inherited from class org.scijava.event.SciJavaEvent |
|---|
consume, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed |
| Methods inherited from class org.scijava.AbstractContextual |
|---|
context, getContext, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayUpdatedEvent(Display<?> display,
DisplayUpdatedEvent.DisplayUpdateLevel level)
| Method Detail |
|---|
public DisplayUpdatedEvent.DisplayUpdateLevel getLevel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||