org.tridas.io.gui.control
Class CheckForUpdateEvent

java.lang.Object
  extended by com.dmurph.mvc.MVCEvent
      extended by org.tridas.io.gui.control.CheckForUpdateEvent
All Implemented Interfaces:
Serializable

public class CheckForUpdateEvent
extends com.dmurph.mvc.MVCEvent

Author:
sbr00pwb
See Also:
Serialized Form

Field Summary
 boolean showConfirmation
          Should confirmation dialogs be shown regardless of outcome?
 
Fields inherited from class com.dmurph.mvc.MVCEvent
id, key
 
Constructor Summary
CheckForUpdateEvent()
           
CheckForUpdateEvent(boolean argShowConf)
           
 
Method Summary
 
Methods inherited from class com.dmurph.mvc.MVCEvent
dispatch, isPropagating, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

showConfirmation

public final boolean showConfirmation
Should confirmation dialogs be shown regardless of outcome?

Constructor Detail

CheckForUpdateEvent

public CheckForUpdateEvent(boolean argShowConf)

CheckForUpdateEvent

public CheckForUpdateEvent()


Copyright © 2011. All Rights Reserved.