|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.events.listeners.DebugEventListener
Simple implementation of EventListener that listenss for all events and simply prints the received events.
| Constructor Summary | |
DebugEventListener()
|
|
| Method Summary | |
boolean |
equals(Object theOther)
Implementation of equals so multiple debuggers won't be added to the same handler. |
String[] |
getTypes()
Return the types we listen for (all of them). |
void |
handleEvent(Event theEvent)
Print the Event using its toString to System.err |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DebugEventListener()
| Method Detail |
public boolean equals(Object theOther)
public String[] getTypes()
getTypes in interface EventListenerpublic void handleEvent(Event theEvent)
handleEvent in interface EventListenertheEvent - The event that happened
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||