Package edu.wpi.grip.core.events
Class SourceRemovedEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.SourceRemovedEvent
-
- All Implemented Interfaces:
DirtiesSaveEvent
,LoggableEvent
public class SourceRemovedEvent extends java.lang.Object implements DirtiesSaveEvent, LoggableEvent
An event that occurs when a source is removed from the pipeline. This is triggered by the user removing a source with the GUI.- See Also:
Source
-
-
Constructor Summary
Constructors Constructor Description SourceRemovedEvent(Source source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Source
getSource()
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface edu.wpi.grip.core.events.DirtiesSaveEvent
doesDirtySave
-
Methods inherited from interface edu.wpi.grip.core.events.LoggableEvent
asLoggableString, logLevel
-
-
-
-
Constructor Detail
-
SourceRemovedEvent
public SourceRemovedEvent(Source source)
- Parameters:
source
- The source being removed.
-
-
Method Detail
-
getSource
public Source getSource()
- Returns:
- The source being removed.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-