org.tridas.io.gui.control.config
Class ConfigEvent

java.lang.Object
  extended by com.dmurph.mvc.MVCEvent
      extended by com.dmurph.mvc.ObjectEvent<String>
          extended by com.dmurph.mvc.StringEvent
              extended by org.tridas.io.gui.control.config.ConfigEvent
All Implemented Interfaces:
com.dmurph.mvc.tracking.ITrackable, Serializable

public class ConfigEvent
extends com.dmurph.mvc.StringEvent
implements com.dmurph.mvc.tracking.ITrackable

Author:
Daniel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dmurph.mvc.MVCEvent
id, key
 
Constructor Summary
ConfigEvent(String argKey, String argValue)
           
 
Method Summary
 String getTrackingAction()
           
 String getTrackingCategory()
           
 String getTrackingLabel()
           
 Integer getTrackingValue()
           
 
Methods inherited from class com.dmurph.mvc.ObjectEvent
getValue
 
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
 

Constructor Detail

ConfigEvent

public ConfigEvent(String argKey,
                   String argValue)
Parameters:
argKey -
argValue -
Method Detail

getTrackingCategory

public String getTrackingCategory()
Specified by:
getTrackingCategory in interface com.dmurph.mvc.tracking.ITrackable
See Also:
ITrackable.getTrackingCategory()

getTrackingAction

public String getTrackingAction()
Specified by:
getTrackingAction in interface com.dmurph.mvc.tracking.ITrackable
See Also:
ITrackable.getTrackingAction()

getTrackingLabel

public String getTrackingLabel()
Specified by:
getTrackingLabel in interface com.dmurph.mvc.tracking.ITrackable
See Also:
ITrackable.getTrackingLabel()

getTrackingValue

public Integer getTrackingValue()
Specified by:
getTrackingValue in interface com.dmurph.mvc.tracking.ITrackable
See Also:
ITrackable.getTrackingValue()


Copyright © 2011. All Rights Reserved.