org.mailster.server.events
Class SMTPServerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.mailster.server.events.SMTPServerEvent
All Implemented Interfaces:
java.io.Serializable

public class SMTPServerEvent
extends java.util.EventObject

---
Mailster (C) 2007-2009 De Oliveira Edouard

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

See  Mailster Web Site
---

SMTPServerEvent.java - Enter your Comment HERE.

Version:
$Revision: 1.1 $, $Date: 2009/01/30 01:32:31 $
Author:
Edouard De Oliveira
See Also:
Serialized Form

Field Summary
private  SmtpMessage message
           
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SMTPServerEvent(java.lang.Object source)
          Constructs a new instance of this class.
 
Method Summary
 SmtpMessage getMessage()
           
 java.lang.Object getSource()
           
 void setMessage(SmtpMessage message)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

message

private SmtpMessage message
Constructor Detail

SMTPServerEvent

public SMTPServerEvent(java.lang.Object source)
Constructs a new instance of this class.

Parameters:
source - the object which fired the event
Method Detail

getSource

public java.lang.Object getSource()
Overrides:
getSource in class java.util.EventObject

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject

getMessage

public SmtpMessage getMessage()

setMessage

public void setMessage(SmtpMessage message)