snap.database
Class ConnectionChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--snap.database.ConnectionChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionChangeEvent
extends java.util.EventObject

An event that indicates that the connection has changed.

Author:
Nathan Conklin - nathan@conklinfamily.net, Chris North - north@cs.vt.edu
See Also:
Serialized Form

Constructor Summary
ConnectionChangeEvent(java.lang.Object source)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionChangeEvent

public ConnectionChangeEvent(java.lang.Object source)