wx
Class Event
java.lang.Object
wx.Object
wx.Event
- Direct Known Subclasses:
- ActivateEvent, CloseEvent, CommandEvent, DisplayChangedEvent, DropFilesEvent, EraseEvent, FocusEvent, IconizeEvent, IdleEvent, InitDialogEvent, JoystickEvent, KeyEvent, MaximizeEvent, MenuEvent, MouseCaptureChangedEvent, MouseEvent, MoveEvent, NavigationKeyEvent, NcPaintEvent, PaintEvent, PaletteChangedEvent, QueryNewPaletteEvent, ScrollWinEvent, SetCursorEvent, ShowEvent, SizeEvent, SysColourChangedEvent
- public class Event
- extends Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delete
public void delete()
- Overrides:
delete
in class Object
setEventType
public void setEventType(int typ)
getEventType
public int getEventType()
getEventObject
public Object getEventObject()
setEventObject
public void setEventObject(Object obj)
getTimestamp
public int getTimestamp()
setTimestamp
public void setTimestamp(int ts)
setTimestamp
public void setTimestamp()
getId
public int getId()
setId
public void setId(int Id)
skip
public void skip(boolean skip)
skip
public void skip()
getSkipped
public boolean getSkipped()
isCommandEvent
public boolean isCommandEvent()
shouldPropagate
public boolean shouldPropagate()
stopPropagation
public int stopPropagation()
resumePropagation
public void resumePropagation(int propagationLevel)
copy
public Event copy()
© 2006 Amit G Mendapara.