MDateSelector

mseries.Calendar
Class GridSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by mseries.Calendar.GridSelectionEvent
All Implemented Interfaces:
Serializable

public class GridSelectionEvent
extends EventObject

An Event class used to notify listeners that ther has been a change in the Selceted grid square

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GridSelectionEvent(Object source, boolean quit)
           
GridSelectionEvent(Object source, int x, int y)
           
GridSelectionEvent(Object source, Point cell)
           
 
Method Summary
 int getX()
           
 int getY()
           
 boolean isExitEvent()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridSelectionEvent

public GridSelectionEvent(Object source,
                          int x,
                          int y)

GridSelectionEvent

public GridSelectionEvent(Object source,
                          Point cell)

GridSelectionEvent

public GridSelectionEvent(Object source,
                          boolean quit)
Method Detail

getX

public int getX()

getY

public int getY()

isExitEvent

public boolean isExitEvent()

toString

public String toString()
Overrides:
toString in class EventObject

MDateSelector

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