-
- All Known Implementing Classes:
AddCorruptionToListListener,DefaultEventListener,DTFJConstantPoolIterator,HeapWalker,J9MemTagCommands
public interface IEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcorruptData(String message, CorruptDataException e, boolean fatal)Raised when corrupt data is encountered.
-
-
-
Method Detail
-
corruptData
void corruptData(String message, CorruptDataException e, boolean fatal)
Raised when corrupt data is encountered.- Parameters:
message- text message related to the corrupt data exceptione- the corrupt data exception
-
-