org.robokind.api.common.property
Class IndexedPropertyChangeAction

java.lang.Object
  extended by org.robokind.api.common.property.PropertyChangeActionBase<IndexedPropertyChangeEvent>
      extended by org.robokind.api.common.property.IndexedPropertyChangeAction

public abstract class IndexedPropertyChangeAction
extends PropertyChangeActionBase<IndexedPropertyChangeEvent>

PropertyChangeAction for an indexed property

Author:
Matthew Stevenson

Constructor Summary
IndexedPropertyChangeAction()
           
 
Method Summary
 Class<IndexedPropertyChangeEvent> 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

IndexedPropertyChangeAction

public IndexedPropertyChangeAction()
Method Detail

getEventType

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

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


Copyright © 2011. All Rights Reserved.