org.avis.client
Class ElvinLogEvent
java.lang.Object
java.util.EventObject
org.avis.client.ElvinLogEvent
- All Implemented Interfaces:
- Serializable
public class ElvinLogEvent
- extends EventObject
A logging event fired by an elvin client.
- Author:
- Matthew Phillips
- See Also:
Elvin.addLogListener(ElvinLogListener)
,
Serialized Form
Method Summary |
Elvin |
elvin()
The elvin client connection that fired the event. |
type
public final ElvinLogEvent.Type type
- The type of message.
message
public final String message
- The message text.
exception
public final Throwable exception
- The exception that triggered the message, if any (or null).
ElvinLogEvent
public ElvinLogEvent(Elvin elvin,
ElvinLogEvent.Type type,
String message,
Throwable exception)
elvin
public Elvin elvin()
- The elvin client connection that fired the event. Same as
EventObject.getSource()
.
Copyright © 2008 Matthew Phillips. All Rights Reserved.