VLab Common 1.2

pl.psnc.vlab.eventlog
Interface IEventLogUpdate

All Known Implementing Classes:
JEventLogPane

public interface IEventLogUpdate

IEventLogUpdate interface - used to add new events.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Method Summary
 void addMessage(java.lang.String message, EventLogType eventLogType)
          Add new message to the Event Log Message
 void addMessage(java.lang.String message, java.lang.Object details, EventLogType eventLogType)
          Add new message to the Event Log Message
 

Method Detail

addMessage

void addMessage(java.lang.String message,
                EventLogType eventLogType)
Add new message to the Event Log Message

Parameters:
message - information message to be displayed
eventLogType - type of the event log message

addMessage

void addMessage(java.lang.String message,
                java.lang.Object details,
                EventLogType eventLogType)
Add new message to the Event Log Message

Parameters:
message - information message to be displayed
details - object containing message details
eventLogType - type of the event log message

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.