|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransformerListener
A listener for events occurring during a transform transaction.
| Method Summary | |
|---|---|
void |
modelSaved(ModelAdapter model)
Notifies the listener that a model was saved. |
boolean |
saveFailed(java.lang.Throwable exception,
ModelAdapter model,
java.lang.String label)
Notifies the listener that saving a model failed. |
boolean |
transformFailed(java.lang.Throwable exception,
Violation violation,
Transform transform,
java.lang.String label)
Notifies the listener that a transform failed. |
| Method Detail |
|---|
boolean transformFailed(java.lang.Throwable exception,
Violation violation,
Transform transform,
java.lang.String label)
exception - The exception that indicated failure.violation - The violation being associated with the transform.transform - The transform that failed.label - The label for the transform transaction.
void modelSaved(ModelAdapter model)
model - The model that was saved.
boolean saveFailed(java.lang.Throwable exception,
ModelAdapter model,
java.lang.String label)
exception - The exception that indicated failure.model - The model which could not be saved.label - The label for the transform transaction.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||