|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditBlackboardListener
Listens to a blackboard for events such as geometries being added or set and coordinates being moved, deleted, added, etc...
| Method Summary | |
|---|---|
void |
batchChange(java.util.List<EditBlackboardEvent> e)
Indicates that many changes have taken place on the EditBlackboard and all
the changes have been batched into a list (in order of occurance) of events. |
void |
changed(EditBlackboardEvent e)
Indicates that something on the EditBlackboard has changed. |
| Method Detail |
|---|
void changed(EditBlackboardEvent e)
EditBlackboard has changed. Event object
has the details
e - details of the event.void batchChange(java.util.List<EditBlackboardEvent> e)
EditBlackboard and all
the changes have been batched into a list (in order of occurance) of events.
e - events that have taken place. Events are ordered in order of occurance. The
first event in the list was the first event to fire.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||