org.jtheque.core.managers.lifecycle.listeners
Class TitleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jtheque.core.managers.lifecycle.listeners.TitleEvent
All Implemented Interfaces:
java.io.Serializable

public final class TitleEvent
extends java.util.EventObject

Event fired when the title has changed.

Author:
Baptiste Wicht
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TitleEvent(java.lang.Object source, java.lang.String title)
          Construct a new Title Event with the new title.
 
Method Summary
 java.lang.String getTitle()
          Return the new title.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TitleEvent

public TitleEvent(java.lang.Object source,
                  java.lang.String title)
Construct a new Title Event with the new title.

Parameters:
source - The source of the change
title - The new title
Method Detail

getTitle

public java.lang.String getTitle()
Return the new title.

Returns:
The new title


Copyright © 2009 JTheque. All Rights Reserved.