|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.connections.spi.events.AbstractPreEventHandler
public abstract class AbstractPreEventHandler
An abstract implementation of PreEventHandler which simply provides default init and destroy methods.
| Constructor Summary | |
|---|---|
AbstractPreEventHandler()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Default destroy method |
void |
init()
Default init method. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.connections.spi.events.PreEventHandler |
|---|
handleEvent |
| Constructor Detail |
|---|
public AbstractPreEventHandler()
| Method Detail |
|---|
public void init()
throws EventHandlerInitException
init in interface PreEventHandlerEventHandlerInitException - if the handler does not initialize
successfully. This will be logged by the runtime.public void destroy()
destroy in interface PreEventHandler
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||