pl.edu.agh.cast.data.persistence
Class IObservablePersistenceProvider.Events

java.lang.Object
  extended by pl.edu.agh.cast.data.persistence.IObservablePersistenceProvider.Events
Enclosing interface:
IObservablePersistenceProvider

public static final class IObservablePersistenceProvider.Events
extends Object

Enumeration of persistence provider events.

Author:
AGH CAST Team

Field Summary
static String DESTORYED_EVENT
          The name of "provider destroyed" event.
static String DIAGRAM_SAVED_EVENT
          The name of "diagram (presentation + visual data set) save event" event.
static String INITIALIZED_EVENT
          The name of "provider initialized" event.
static String NEW_DATA_SET_EVENT
          The name of "new data set saved" event.
static String NEW_DATA_SETS_EVENT
          The name of "multiple new data sets saved" event.
 
Constructor Summary
IObservablePersistenceProvider.Events()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_DATA_SET_EVENT

public static final String NEW_DATA_SET_EVENT
The name of "new data set saved" event.

See Also:
Constant Field Values

NEW_DATA_SETS_EVENT

public static final String NEW_DATA_SETS_EVENT
The name of "multiple new data sets saved" event.

See Also:
Constant Field Values

DIAGRAM_SAVED_EVENT

public static final String DIAGRAM_SAVED_EVENT
The name of "diagram (presentation + visual data set) save event" event.

See Also:
Constant Field Values

INITIALIZED_EVENT

public static final String INITIALIZED_EVENT
The name of "provider initialized" event.

See Also:
Constant Field Values

DESTORYED_EVENT

public static final String DESTORYED_EVENT
The name of "provider destroyed" event.

See Also:
Constant Field Values
Constructor Detail

IObservablePersistenceProvider.Events

public IObservablePersistenceProvider.Events()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.