FileDocCategorySizeDatePackage
AuditModuleEventListener.javaAPI DocGlassfish v2 API3329Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.event

AuditModuleEventListener

public interface AuditModuleEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle audit module events.

Fields Summary
Constructors Summary
Methods Summary
public voidauditModuleCreated(AuditModuleEvent event)
New audit module created. It is called whenever a AuditModuleEvent with action of AuditModuleEvent.ACTION_CREATE is received.

throws
AdminEventListenerException when the listener is unable to process the event.

public voidauditModuleDeleted(AuditModuleEvent event)
Audit module deleted. It is called whenever a AuditModuleEvent with action of AuditModuleEvent.ACTION_DELETE is received.

throws
AdminEventListenerException when the listener is unable to process the event.

public voidauditModuleUpdated(AuditModuleEvent event)
Audit module updated (attributes change). It is called whenever a AuditModuleEvent with action of AuditModuleEvent.ACTION_UPDATE is received.

throws
AdminEventListenerException when the listener is unable to process the event.