com.mebigfatguy.patchanim.gui.events
Class ExportEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.mebigfatguy.patchanim.gui.events.ExportEvent
All Implemented Interfaces:
java.io.Serializable

public class ExportEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ExportEvent(java.lang.Object src, int curImage, int totalImages)
           
 
Method Summary
 int getCurrentImage()
           
 int getTotalImages()
           
 
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

ExportEvent

public ExportEvent(java.lang.Object src,
                   int curImage,
                   int totalImages)
Method Detail

getCurrentImage

public int getCurrentImage()

getTotalImages

public int getTotalImages()


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.