org.jppf.ui.options.xml
Class OptionDescriptor.ListenerDescriptor

java.lang.Object
  extended by org.jppf.ui.options.xml.OptionDescriptor.ListenerDescriptor
All Implemented Interfaces:
Serializable
Enclosing class:
OptionDescriptor

public static class OptionDescriptor.ListenerDescriptor
extends Object
implements Serializable

Descriptor for listeners set on option elements.

See Also:
Serialized Form

Field Summary
 String className
          Name of the listener class to instantiate to set the listener on an option element, if this listener is Java-based.
 OptionDescriptor.ScriptDescriptor script
          The source of the script to execute if this listener is script-based.
 String type
          Type of listener.
 
Constructor Summary
OptionDescriptor.ListenerDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public String type
Type of listener. The possible values are:


className

public String className
Name of the listener class to instantiate to set the listener on an option element, if this listener is Java-based.


script

public OptionDescriptor.ScriptDescriptor script
The source of the script to execute if this listener is script-based.

Constructor Detail

OptionDescriptor.ListenerDescriptor

public OptionDescriptor.ListenerDescriptor()


Copyright © 2005-2010 JPPF Team.