DomainXmlEventListenerpublic interface DomainXmlEventListener Interface for domain.xml event listeners. The actual implementation class will
be specified in the template file. |
Methods Summary |
---|
public void | handleCreateEvent(DomainConfig cfg)handle the creation of domain.xml. This will be called immediately after
domain.xml is created.
| public void | handleDeleteEvent(DomainConfig cfg)handle the deletion of the domain.xml. This will be called after the deletion of
domain.xml file.
|
|