Package org.adoptopenjdk.jitwatch.core
Interface IJITListener
-
- All Superinterfaces:
ILogListener
- All Known Implementing Classes:
JITWatchUI,LaunchHeadless
public interface IJITListener extends ILogListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleJITEvent(JITEvent event)voidhandleReadComplete()voidhandleReadStart()-
Methods inherited from interface org.adoptopenjdk.jitwatch.logger.ILogListener
handleErrorEntry, handleLogEntry
-
-
-
-
Method Detail
-
handleJITEvent
void handleJITEvent(JITEvent event)
-
handleReadStart
void handleReadStart()
-
handleReadComplete
void handleReadComplete()
-
-