MDateSelector

mseries.ui
Class MChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by mseries.ui.MChangeEvent
All Implemented Interfaces:
Serializable

public class MChangeEvent
extends EventObject

An Event class used to notify listeners that there has been a change in the MMonth data model

See Also:
Serialized Form

Field Summary
static int CHANGE
          The value has changed
static int EXIT
           
static int PULLDOWN_CLOSED
          The pull down has been closed
static int PULLDOWN_OPENED
          The pull down has been 'pulled down'
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MChangeEvent(Object source, Object newValue, int type)
           
 
Method Summary
 int getType()
           
 Object getValue()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHANGE

public static final int CHANGE
The value has changed

See Also:
Constant Field Values

EXIT

public static final int EXIT
See Also:
Constant Field Values

PULLDOWN_OPENED

public static final int PULLDOWN_OPENED
The pull down has been 'pulled down'

See Also:
Constant Field Values

PULLDOWN_CLOSED

public static final int PULLDOWN_CLOSED
The pull down has been closed

See Also:
Constant Field Values
Constructor Detail

MChangeEvent

public MChangeEvent(Object source,
                    Object newValue,
                    int type)
Method Detail

getType

public int getType()

getValue

public Object getValue()

MDateSelector

Copyright © 2001-2007 M Newstead. All Rights Reserved.