org.datamixer
Interface DatamixerListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DMAttribute, DMElement, ValueList

public interface DatamixerListener
extends java.util.EventListener


Method Summary
 java.lang.String actionToString(int action)
          returns the print name of action
 java.util.List getActions()
          returns the list of available action names.
 void handleDatamixerEvent(DatamixerEvent e)
          dispatches the event based on the event type and action.
 int stringToAction(java.lang.String actionName)
          returns the value of the action named actionName
 

Method Detail

handleDatamixerEvent

public void handleDatamixerEvent(DatamixerEvent e)
                          throws DatamixerException
dispatches the event based on the event type and action.

Throws:
DatamixerException

actionToString

public java.lang.String actionToString(int action)
returns the print name of action


stringToAction

public int stringToAction(java.lang.String actionName)
returns the value of the action named actionName


getActions

public java.util.List getActions()
returns the list of available action names.



Copyright © 2004-2006 datamixer.org. All Rights Reserved.