com.objectwave.utility
Interface ActionIF


public interface ActionIF

Used in conjunction with at least viewUtility.VectorToButtons, this interface allows the user to specify a certain action to perform when some state is entered. In the case of VectorToButtons, an ActionIF can be attached to each generated button, allowing for generic behavior to be specified for all buttons involved.


Method Summary
 void performAction(java.lang.Object datum)
           
 

Method Detail

performAction

public void performAction(java.lang.Object datum)