org.nuiton.log
Class LutinProgressEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.nuiton.log.LutinProgressEvent
All Implemented Interfaces:
Serializable

public class LutinProgressEvent
extends EventObject

Author:
poussin
See Also:
Serialized Form

Nested Class Summary
static class LutinProgressEvent.ProgressType
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LutinProgressEvent(Object source, LutinProgressEvent.ProgressType type)
           
 
Method Summary
 LutinLog getLutinLog()
           
 LutinProgressEvent.ProgressType getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LutinProgressEvent

public LutinProgressEvent(Object source,
                          LutinProgressEvent.ProgressType type)
Parameters:
source -
type -
Method Detail

getLutinLog

public LutinLog getLutinLog()

getType

public LutinProgressEvent.ProgressType getType()
Returns:
the type


Copyright © 2004-2010 CodeLutin. All Rights Reserved.