T - The type of the entity whose changes are monitoredpublic interface Observer<T extends AbstractEntity<?>>
| Modifier and Type | Method and Description |
|---|---|
void |
notify(T entity)
Call this to notify the observer of a change to the observed entity
|
void notify(T entity)
entity - Copyright © 2017 Open Circle Solutions. All rights reserved.