PulpCore

pulpcore.animation
Interface PropertyListener

All Known Implementing Classes:
Button, EncryptedInt, FilledSprite, Group, ImageSprite, Label, ScrollPane, Slider, Sprite, StretchableSprite, TextField, Viewport

public interface PropertyListener

The PropertyListener is the listener interface for receiving notification when a Property's value has changed.


Method Summary
 void propertyChange(Property property)
          Notifies that a property's value has changed.
 

Method Detail

propertyChange

void propertyChange(Property property)
Notifies that a property's value has changed.

Parameters:
property - the property whose value has changed.

PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.