KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javax > jdo > CreateLifecycleListener


1 // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
2
// Jad home page: http://www.geocities.com/kpdus/jad.html
3
// Decompiler options: packimports(3) noctor space
4
// Source File Name: CreateLifecycleListener.java
5

6 package javax.jdo;
7
8 // Referenced classes of package javax.jdo:
9
// LifecycleListener, LifecycleEvent
10

11 public interface CreateLifecycleListener extends LifecycleListener {
12
13     void create(LifecycleEvent lifecycleevent);
14 }
Popular Tags