|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.router.RoutedEventConfig
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Method |
defaultMethod
|
private String |
eventClassName
|
private static String |
RESOURCE
|
Hashtable |
routedClasses
Supported API: false |
Constructor Summary | |
RoutedEventConfig()
|
Method Summary | |
private void |
eventClassNameValidate(String a_EventClassName)
|
Method |
getDefaultMethod()
Gets the value of the attribute: defaultMethod. |
Method |
getEffectiveMethod(Class eventClass,
Class objectClass)
Supported API: false |
String |
getEventClassName()
Gets the value of the attribute: eventClassName. |
Hashtable |
getRoutedClasses()
Gets the object for the association that plays role: routedClasses. |
static RoutedEventConfig |
newRoutedEventConfig(String eventName,
String prefix)
Supported API: false |
(package private) void |
printConfig()
|
void |
setDefaultMethod(Method a_DefaultMethod)
Sets the value of the attribute: defaultMethod. |
void |
setEventClassName(String a_EventClassName)
Sets the value of the attribute: eventClassName. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String eventClassName
private Method defaultMethod
public final Hashtable routedClasses
Constructor Detail |
public RoutedEventConfig()
Method Detail |
public String getEventClassName()
public void setEventClassName(String a_EventClassName) throws WTPropertyVetoException
a_EventClassName
-
WTPropertyVetoException
private void eventClassNameValidate(String a_EventClassName) throws WTPropertyVetoException
a_EventClassName
-
WTPropertyVetoException
public Method getDefaultMethod()
public void setDefaultMethod(Method a_DefaultMethod) throws WTPropertyVetoException
a_DefaultMethod
-
WTPropertyVetoException
public final Hashtable getRoutedClasses()
public static RoutedEventConfig newRoutedEventConfig(String eventName, String prefix) throws IOException, WTPropertyVetoException
eventName
- prefix
-
IOException
WTPropertyVetoException
public Method getEffectiveMethod(Class eventClass, Class objectClass)
eventClass
- objectClass
-
void printConfig()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |