|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.dspace.services | Core DSpace service definitions. |
| org.dspace.services.model | Defines types managed by the core services. |
| Uses of Event in org.dspace.services |
|---|
| Methods in org.dspace.services with parameters of type Event | |
|---|---|
void |
EventService.fireEvent(Event event)
Fires an event immediately (does not add it to the queue). |
void |
EventService.queueEvent(Event event)
Queues up an event to be fired at the end of a successful request/transaction. |
| Uses of Event in org.dspace.services.model |
|---|
| Methods in org.dspace.services.model with parameters of type Event | |
|---|---|
void |
EventListener.receiveEvent(Event event)
Called when an event occurs which passes through the filters created by EventListener.getEventNamePrefixes() and
EventListener.getResourcePrefix(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||