|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.tools.edit.support.EditBlackboardAdapter
public class EditBlackboardAdapter
The typical adapter that has empty methods for all events that can occur.
Constructor Summary | |
---|---|
EditBlackboardAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditBlackboardAdapter()
Method Detail |
---|
public void changed(EditBlackboardEvent e)
EditBlackboardListener
EditBlackboard
has changed. Event object
has the details
changed
in interface EditBlackboardListener
e
- details of the event.public void batchChange(java.util.List<EditBlackboardEvent> e)
EditBlackboardListener
EditBlackboard
and all
the changes have been batched into a list (in order of occurance) of events.
batchChange
in interface EditBlackboardListener
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 |