public abstract class EventListenersProperty extends Object implements GuacamoleProperty<Collection<Class>>
Constructor and Description |
---|
EventListenersProperty() |
Modifier and Type | Method and Description |
---|---|
Collection<Class> |
parseValue(String classNameList)
Parses the given string value into the type associated with this
GuacamoleProperty.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public Collection<Class> parseValue(String classNameList) throws GuacamoleException
GuacamoleProperty
parseValue
in interface GuacamoleProperty<Collection<Class>>
classNameList
- The string value to parse.GuacamoleException
- If an error occurs while parsing the
provided value.Copyright © 2016. All Rights Reserved.