public interface RegionListener
| Modifier and Type | Method and Description |
|---|---|
void |
added(Region addedRegion)
Indicates that a new region configuration was created.
|
void |
removed(Region removedRegion)
Indicates that an existing region got removed.
|
void |
updated(Region updatedRegion)
Indicates that an existing region got updated.
|
void added(Region addedRegion)
addedRegion - the region that was createdvoid removed(Region removedRegion)
removedRegion - the region that got deletedvoid updated(Region updatedRegion)
updatedRegion - the region that got updatedCopyright © 2014. All Rights Reserved.