Package net.runelite.client.events
Class ScreenshotTaken
- java.lang.Object
-
- net.runelite.client.events.ScreenshotTaken
-
public final class ScreenshotTaken extends java.lang.ObjectEvent fired when a screenshot is taken
-
-
Constructor Summary
Constructors Constructor Description ScreenshotTaken(java.io.File path, java.awt.image.BufferedImage screenshot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.io.FilegetPath()Path to where the screenshot is storedjava.awt.image.BufferedImagegetScreenshot()The screenshotinthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getPath
public java.io.File getPath()
Path to where the screenshot is stored
-
getScreenshot
public java.awt.image.BufferedImage getScreenshot()
The screenshot
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-