org.milyn.event.types
Class ConfigBuilderEvent
java.lang.Object
org.milyn.event.types.ConfigBuilderEvent
- All Implemented Interfaces:
- ExecutionEvent
public class ConfigBuilderEvent
- extends Object
- implements ExecutionEvent
Condifuration Builder Event.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigBuilderEvent
public ConfigBuilderEvent(String message)
ConfigBuilderEvent
public ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig,
String message)
ConfigBuilderEvent
public ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig,
String message,
Throwable thrown)
getResourceConfig
public SmooksResourceConfiguration getResourceConfig()
getMessage
public String getMessage()
getThrown
public Throwable getThrown()
Copyright © 2008. All Rights Reserved.