net.sourceforge.guacamole.net.basic.properties
Class EventListenersProperty
java.lang.Object
net.sourceforge.guacamole.net.basic.properties.EventListenersProperty
- All Implemented Interfaces:
- net.sourceforge.guacamole.properties.GuacamoleProperty<Collection<Class>>
public abstract class EventListenersProperty
- extends Object
- implements net.sourceforge.guacamole.properties.GuacamoleProperty<Collection<Class>>
A GuacamoleProperty whose value is a comma-separated list of class names,
where each class will be used as a listener for events.
- Author:
- Michael Jumper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.guacamole.properties.GuacamoleProperty |
getName |
EventListenersProperty
public EventListenersProperty()
parseValue
public Collection<Class> parseValue(String classNameList)
throws net.sourceforge.guacamole.GuacamoleException
- Specified by:
parseValue
in interface net.sourceforge.guacamole.properties.GuacamoleProperty<Collection<Class>>
- Throws:
net.sourceforge.guacamole.GuacamoleException
Copyright © 2013. All Rights Reserved.