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, waitgetNamepublic Collection<Class> parseValue(String classNameList) throws GuacamoleException
GuacamolePropertyparseValue in interface GuacamoleProperty<Collection<Class>>classNameList - The string value to parse.GuacamoleException - If an error occurs while parsing the
provided value.Copyright © 2013. All rights reserved.