~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.core/src/com/bdaum/zoom/core/CatalogListener.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
import org.eclipse.jface.viewers.ISelection;
27
27
 
28
28
import com.bdaum.zoom.cat.model.asset.Asset;
 
29
import com.bdaum.zoom.core.db.IDbListener;
29
30
 
30
31
public interface CatalogListener {
31
32
 
32
33
        /*** Closing modi ***/
33
 
        int NORMAL = 0;
34
 
        int SHUTDOWN = 1;
35
 
        int EMERGENCY = 2;
36
 
        int TASKBAR = 3;
 
34
        int NORMAL = IDbListener.NORMAL;
 
35
        int SHUTDOWN = IDbListener.SHUTDOWN;
 
36
        int EMERGENCY = IDbListener.EMERGENCY;
 
37
        int TASKBAR = IDbListener.TASKBAR;
37
38
 
38
39
        /**
39
40
         * Invoked when a catalog was opened