org.tridas.io.gui.control.config
Class ConfigEvent
java.lang.Object
com.dmurph.mvc.MVCEvent
com.dmurph.mvc.ObjectEvent<String>
com.dmurph.mvc.StringEvent
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
Fields inherited from class com.dmurph.mvc.MVCEvent |
id, key |
Methods inherited from class com.dmurph.mvc.ObjectEvent |
getValue |
Methods inherited from class com.dmurph.mvc.MVCEvent |
dispatch, isPropagating, stopPropagation, toString |
ConfigEvent
public ConfigEvent(String argKey,
String argValue)
- Parameters:
argKey
- argValue
-
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.