public class FullTextQueryCreatedEvent
extends org.springframework.context.ApplicationEvent
FullTextQuery
object is
created. Events are fired via the spring application event mechanism, listeners have to implement
ApplicationListener
and set the Type parameter value to
FullTextQueryCreatedEvent, it also implies that listeners MUST be registered as spring beans in
order to be discovered.FullTextQueryAndEntityClass
,
Serialized Formsource
Constructor and Description |
---|
FullTextQueryCreatedEvent(FullTextQueryAndEntityClass queryAndClass) |
public FullTextQueryCreatedEvent(FullTextQueryAndEntityClass queryAndClass)
ApplicationEvent(java.lang.Object)
Copyright © 2024 OpenMRS Inc.. All rights reserved.