Class GlobalPreListenerElement
- Object
-
- PathElement
-
- AbstractElementWithSessionScripting
-
- AbstractListenerElement
-
- GlobalPreListenerElement
-
- All Implemented Interfaces:
Serializable
public class GlobalPreListenerElement extends AbstractListenerElement
Element that holds data of a matching global pre listener.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChangedAnnotation>
getChangedAnnotations()
String
getListenerType()
String
toString()
-
Methods inherited from class AbstractListenerElement
getDescription, getExecutionOrder, getListenerId, getName, getType, getUsedWords
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getListenerType
public String getListenerType()
- Specified by:
getListenerType
in classAbstractListenerElement
-
getChangedAnnotations
public List<ChangedAnnotation> getChangedAnnotations()
-
toString
public String toString()
- Overrides:
toString
in classAbstractListenerElement
-
-