Package edu.wpi.grip.core.events
Class SourceAddedEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.SourceAddedEvent
-
- All Implemented Interfaces:
DirtiesSaveEvent
,LoggableEvent
public class SourceAddedEvent extends java.lang.Object implements DirtiesSaveEvent, LoggableEvent
An event that occurs when a new source is added to the pipeline. This is triggered by the user adding a source with the GUI.- See Also:
Source
-
-
Constructor Summary
Constructors Constructor Description SourceAddedEvent(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
-
-