org.purl.xnode
Interface XNodeStoreListener

All Superinterfaces:
EventListener

public interface XNodeStoreListener
extends EventListener

Defines an object which listens for XNodeStoreEvents. The state of the database (i.e., the ostensible reason for the event) is returned via XNodeStoreEvent.getState().

The XNode API (the package org.purl.xnode.*, both its source code and documentation), are released under the Apache 2.0 License. For more details, check the LICENSE file contained with the distribution, or see The Ceryle Project for more information. It is distributed with no warranty.

Since:
XNode 1.0
Version:
$Id: XNodeStoreListener.java,v 3.5 2007-06-15 12:10:37 altheim Exp $
Author:
Murray Altheim

Method Summary
 void stateChanged(XNodeStoreEvent event)
          Invoked after connecting to the database.
 

Method Detail

stateChanged

void stateChanged(XNodeStoreEvent event)
Invoked after connecting to the database.

Parameters:
event - a XNodeStoreEvent object


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.