org.openmali.types.twodee
Interface ExtPositioned2i
- All Superinterfaces:
- Positioned2i, Positioned2iRO
- All Known Implementing Classes:
- ExtRect2i
public interface ExtPositioned2i
- extends Positioned2i
An ExtPositioned2i class additionally keeps listeners to be notified of changes.
addRepositionListener
void addRepositionListener(RepositionListener2i listener)
- Adds a new RepositionListener2i. The event is fired from the rendering
thread, if necessary.
- Parameters:
listener -
removeRepositionListener
void removeRepositionListener(RepositionListener2i listener)
- Removes the given RepositionListener2i from the List, if it was present.
- Parameters:
listener -