|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SnapinEvent | |
| com.novell.admin.common.snapins | Provides an interface and classes for creating NDS Administration Page Snap-ins. |
| com.novell.admin.ns | Provides interfaces and classes for administering namespaces through ConsoleOne. |
| com.novell.admin.rbs | Provides interfaces and classes for administering role-based NDS services through ConsoleOne. |
| com.novell.application.console.snapin | Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. |
| Uses of SnapinEvent in com.novell.admin.common.snapins |
| Methods in com.novell.admin.common.snapins with parameters of type SnapinEvent | |
void |
AdminPageSnapin.snapinListener(SnapinEvent e)
When this SnapinEvent is received, it gets the new ObjectEntryCollection from the MODSnapinEvent and resets oeCollection to these entries. |
| Uses of SnapinEvent in com.novell.admin.ns |
| Subclasses of SnapinEvent in com.novell.admin.ns | |
class |
NSObjectEvent
This class is the Snapin Event that will be sent when actions occur on an NS Object. |
| Uses of SnapinEvent in com.novell.admin.rbs |
| Subclasses of SnapinEvent in com.novell.admin.rbs | |
class |
RBSEvent
SnapinEvent class that is sent when events occur in RBS such as the creation and deletion of asociations and content changes in Roles. |
| Uses of SnapinEvent in com.novell.application.console.snapin |
| Methods in com.novell.application.console.snapin that return SnapinEvent | |
SnapinEvent |
SnapinVetoException.getSnapinEvent()
Returns the snap-in event passed in the exception. |
| Methods in com.novell.application.console.snapin with parameters of type SnapinEvent | |
void |
Shell.postVetoableSnapinEvent(SnapinEvent event)
Posts a vetoable snap-in event. |
void |
Shell.postSnapinEvent(SnapinEvent event)
Posts a snap-in event. |
void |
VetoableSnapinListener.vetoableSnapinListener(SnapinEvent event)
Allows the participating vetoable snap-in to veto a snap-in event. |
void |
SnapinListener.snapinListener(SnapinEvent event)
Allows a snap-in to specify an action associated with a snap-in event. |
| Constructors in com.novell.application.console.snapin with parameters of type SnapinEvent | |
SnapinVetoException.SnapinVetoException(java.lang.String message,
SnapinEvent event)
Constructs a SnapinVetoException object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||