public class AfterExecuteEventArgs extends EventObject
Event Object that is used in the QueryListener
.
Contains a QueryBuilder
as the source and the ResultSet
as the result of the SmartTarget query.
source
Constructor and Description |
---|
AfterExecuteEventArgs(Object source,
com.tridion.smarttarget.query.ResultSet resultSet)
Constructs a prototypical Event.
|
Modifier and Type | Method and Description |
---|---|
com.tridion.smarttarget.query.ResultSet |
getResultSet()
Result of the SmartTarget query.
|
getSource, toString
public AfterExecuteEventArgs(Object source, com.tridion.smarttarget.query.ResultSet resultSet)
source
- The object on which the Event initially occurred.IllegalArgumentException
- if source is null.Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.