DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.dcs
Interface StatusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
WorkFlowServices

public interface StatusListener
extends EventListener

Provides the interface for Objects listening to a DataManager source.

Author:
jonathan

Method Summary
 void statusChanged(StatusEvent statusEvent)
          Invoked when a DataManager has changed existing data.
 

Method Detail

statusChanged

void statusChanged(StatusEvent statusEvent)
Invoked when a DataManager has changed existing data.

Parameters:
dataEvent - The data event source

DLESE Tools
v1.6.0