Class TopiaContextEvent

java.lang.Object
java.util.EventObject
org.nuiton.topia.event.TopiaContextEvent
All Implemented Interfaces:
java.io.Serializable

public class TopiaContextEvent
extends java.util.EventObject
TODO-fdesbois-20100507 : Need javadoc. Used for Migration service.
Version:
$Id$
Author:
chatellier <chatellier@codelutin.com>
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    TopiaContextEvent​(java.lang.Object source)
    Constructor
  • Method Summary

    Modifier and Type Method Description
    TopiaContext getSource()  

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TopiaContextEvent

      public TopiaContextEvent​(java.lang.Object source)
      Constructor
      Parameters:
      source -
  • Method Details