All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.core.httpserver.LoggingEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----calypso.core.httpserver.LoggingEvent

class LoggingEvent
extends EventObject
Event object for passing logging events to the listeners. The source of logging information passes a message that is to be logged. That message can be acquired with the getMessage method.

Version:
1.0
Author:
Juha Pääjärvi / TCM laboratory / Helsinki Univ. of Tech.
See Also:
LoggingListener

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index