Class GlobalPostListenerElement
- Object
-
- PathElement
-
- AbstractElementWithSessionScripting
-
- AbstractListenerElement
-
- GlobalPostListenerElement
-
- All Implemented Interfaces:
Serializable
public class GlobalPostListenerElement extends AbstractListenerElement
Element that holds data of a matching global post listener.
-
-
Constructor Summary
Constructors Constructor Description GlobalPostListenerElement(Listener _listener, String[] _aUsedWords, Map<String,Object> _mChangedSessionVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getListenerType()
-
Methods inherited from class AbstractListenerElement
getDescription, getExecutionOrder, getListenerId, getName, getType, getUsedWords, toString
-
Methods inherited from class AbstractElementWithSessionScripting
getChangedSessionVariables
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getListenerType
public String getListenerType()
- Specified by:
getListenerType
in classAbstractListenerElement
-
-