|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geworkbench.engine.config.events.Event
org.geworkbench.events.DirtyDataEvent
public class DirtyDataEvent
Before we want to change data that is used by other threads, we can throw this event. As an example, we throw this event in the ProjectPanel when loading a workspace to effectively block others from accessing the data. In this example, this is received by the ColorMosaicPanel.
This event is used in combination with the CleanDataEvent. In the example above, the CleanDataEvent is published from the ProjectPanel to alert recipients that the data in question is no longer dirty.
| Field Summary |
|---|
| Fields inherited from class org.geworkbench.engine.config.events.Event |
|---|
source |
| Constructor Summary | |
|---|---|
DirtyDataEvent()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirtyDataEvent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||