public class TitleUpdatedEvent
extends java.util.EventObject
Constructor and Description |
---|
TitleUpdatedEvent(ScriptingPanel source)
Initializes the event.
|
Modifier and Type | Method and Description |
---|---|
ScriptingPanel |
getPanel()
Returns the scripting panel that triggered the event.
|
public TitleUpdatedEvent(ScriptingPanel source)
source
- the scripting panel that triggered the eventpublic ScriptingPanel getPanel()
getTitle()
method for accessing the new title.