KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ozoneDB > adminGui > feature > account > groups > IGroup


1 // You can redistribute this software and/or modify it under the terms of
2
// the Ozone Library License version 1 published by ozone-db.org.
3
//
4
// The original code and portions created by SMB are
5
// Copyright (C) 1997-@year@ by SMB GmbH. All rights reserved.
6
//
7
package org.ozoneDB.adminGui.feature.account.groups;
8
9
10 //#############################################################################
11
/**
12  * This class contains the listeners for the groups events.
13  *
14  * @author <p align=center>Ibsen Ramos-Bonilla
15  * <br>Copyright &copy 1997-@year@ by SMB GmbH. All Rights Reserved.</p>
16  *
17  * @version 1.0
18  */

19 //#############################################################################
20

21 public interface IGroup {
22
23     public void list();
24
25     public void create();
26
27     public void remove();
28
29 } //--------------------------------- E O F -----------------------------------
30
Popular Tags