VRJConfig UI API
v2.0


org.vrjuggler.vrjconfig.commoneditors.placer
Interface PlacerModelListener

All Superinterfaces:
EventListener

public interface PlacerModelListener
extends EventListener

Interface for an object that wishes to know when a placer model has changed.


Method Summary
 void placerDesktopSizeChanged(PlacerModelEvent evt)
          Notifies this listener that the size of the desktop has changed.
 void placerItemsChanged(PlacerModelEvent evt)
          Notifies this listener that the model it was listening to has changed in some way.
 void placerItemsInserted(PlacerModelEvent evt)
          Notifies this listener that items have been inserted into the placer.
 void placerItemsRemoved(PlacerModelEvent evt)
          Notifies this listener that items have been removed from the placer.
 

Method Detail

placerItemsChanged

void placerItemsChanged(PlacerModelEvent evt)
Notifies this listener that the model it was listening to has changed in some way.


placerItemsInserted

void placerItemsInserted(PlacerModelEvent evt)
Notifies this listener that items have been inserted into the placer.


placerItemsRemoved

void placerItemsRemoved(PlacerModelEvent evt)
Notifies this listener that items have been removed from the placer.


placerDesktopSizeChanged

void placerDesktopSizeChanged(PlacerModelEvent evt)
Notifies this listener that the size of the desktop has changed.


VRJConfig UI API
v2.0


Copyright © 1998–2005 Iowa State University. All rights reserved.