org.robokind.api.common.property
Class PropertyChangeAction

java.lang.Object
  extended by org.robokind.api.common.property.PropertyChangeActionBase<PropertyChangeEvent>
      extended by org.robokind.api.common.property.PropertyChangeAction

public abstract class PropertyChangeAction
extends PropertyChangeActionBase<PropertyChangeEvent>

PropertyChangeAction for a standard PropertyChangeEvent

Author:
Matthew Stevenson

Constructor Summary
PropertyChangeAction()
           
 
Method Summary
 Class<PropertyChangeEvent> getEventType()
          Returns the PropertyChangeEvent type accepted, T.
 
Methods inherited from class org.robokind.api.common.property.PropertyChangeActionBase
performAction, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChangeAction

public PropertyChangeAction()
Method Detail

getEventType

public Class<PropertyChangeEvent> getEventType()
Description copied from class: PropertyChangeActionBase
Returns the PropertyChangeEvent type accepted, T.

Specified by:
getEventType in class PropertyChangeActionBase<PropertyChangeEvent>
Returns:
T


Copyright © 2011-2013. All Rights Reserved.