com.pietschy.command
Interface ContainerPropertyListener

All Superinterfaces:
java.util.EventListener

public interface ContainerPropertyListener
extends java.util.EventListener

Listener for tracking changes to the properties of a commands current CommandContainer. ContainerPropertyListeners can be added to ActionCommands and CommandGroups.


Method Summary
 void propertyChanged(ContainerPropertyEvent event)
          Notifies that there has been a change in a container property.
 

Method Detail

propertyChanged

void propertyChanged(ContainerPropertyEvent event)
Notifies that there has been a change in a container property.

Parameters:
event - the change event.


Copyright © 2006 - 2007 Andrew Pietsch