Module openj9.dtfj

Interface IEventListener

All Known Implementing Classes:
AddCorruptionToListListener, DefaultEventListener, DTFJConstantPoolIterator, HeapWalker, J9MemTagCommands

public interface IEventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    corruptData(String message, CorruptDataException e, boolean fatal)
    Raised when corrupt data is encountered.
  • Method Details

    • corruptData

      void corruptData(String message, CorruptDataException e, boolean fatal)
      Raised when corrupt data is encountered.
      Parameters:
      message - text message related to the corrupt data exception
      e - the corrupt data exception