Package org.jboss.hal.meta.processing
Class SuccessfulMetadataCallback
- java.lang.Object
-
- org.jboss.hal.meta.processing.SuccessfulMetadataCallback
-
- All Implemented Interfaces:
MetadataProcessor.MetadataCallback
public abstract class SuccessfulMetadataCallback extends Object implements MetadataProcessor.MetadataCallback
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonError(Throwable error)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.meta.processing.MetadataProcessor.MetadataCallback
onMetadata
-
-
-
-
Method Detail
-
onError
public void onError(Throwable error)
- Specified by:
onErrorin interfaceMetadataProcessor.MetadataCallback
-
-