com.novell.admin.snapins.creator
Interface CreatorSnapin

All Superinterfaces:
Snapin
All Known Implementing Classes:
CreatorSnapinPanel

public interface CreatorSnapin
extends Snapin


Field Summary
static java.lang.String TYPE
           
 
Method Summary
 java.lang.String[] getHandledAttributeNames()
          Return an array of the names of attributes that this snapin handles.
 void onPostCreate(ObjectEntry oe)
          The snapin gets called via this method as soon as the object is created.
 
Methods inherited from interface com.novell.application.console.snapin.Snapin
getSnapinDescription, getSnapinName, initSnapin, shutdownSnapin
 

Field Detail

TYPE

public static final java.lang.String TYPE
Method Detail

getHandledAttributeNames

public java.lang.String[] getHandledAttributeNames()
Return an array of the names of attributes that this snapin handles.

onPostCreate

public void onPostCreate(ObjectEntry oe)
The snapin gets called via this method as soon as the object is created. This allows the snapin to do post-creation processes such as further modifying the object or clearing out fields int the snapin if the user clicked the check box to create another object.
Parameters:
oe - ObjectEntry of the created object.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.