public class TestDebugEvent extends java.lang.Object implements DebugEvent
Constructor and Description |
---|
TestDebugEvent(NamedObj source)
Create a new firing event with the given source, actor, and type.
|
Modifier and Type | Method and Description |
---|---|
NamedObj |
getSource()
Return the director that activated this event.
|
java.lang.String |
toString()
Return the the name of the source
|
public TestDebugEvent(NamedObj source)
public NamedObj getSource()
getSource
in interface DebugEvent
public java.lang.String toString()
toString
in interface DebugEvent
toString
in class java.lang.Object