Interface ChainsawViewer

All Known Implementing Classes:
LogUI

public interface ChainsawViewer
Chainsaw compatible gui viewers must implement this interface in order to be opened and configured by the ChainsawAppender class.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the viewer should activate.
  • Method Details

    • activateViewer

      void activateViewer(ChainsawAppender model)
      Called when the viewer should activate.
      Parameters:
      model - The ChainsawAppender model instance the viewer should use.