Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

org.eclipse.swt.events
Class TypedEvent


java.lang.Object
  extended byEvent
      extended by
org.eclipse.swt.events.TypedEvent
Direct Known Subclasses:
ControlEvent, CTabFolderEvent, DisposeEvent, FocusEvent, KeyEvent, LocationEvent, MenuEvent, ModifyEvent, MouseEvent, SelectionEvent, ShellEvent, VerifyEvent

public class TypedEvent
extends Event

This is the super class for all typed event classes provided by RWT. Typed events contain particular information which is applicable to the event occurrence.

See Also:
Event, Serialized Form

Field Summary
  Object data
          a field for application use
  Display display
          the display where the event occurred
  Widget widget
          the widget that issued the event
 
Constructor Summary
TypedEvent ( Object source, int id)
          Constructs a new instance of this class.
 
Method Summary
protected  boolean allowProcessing ()
           
protected  void dispatchToObserver ( Object listener)
           
static boolean executeNext ()
          IMPORTANT: This method is not part of the RWT public API.
protected   Class getListenerType ()
           
  Object getSource ()
           
 void processEvent ()
          IMPORTANT: This method is not part of the RWT public API.
static void processScheduledEvents ()
          IMPORTANT: This method is not part of the RWT public API.
  String toString ()
           
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

display

public 
Display display
the display where the event occurred

Since:
1.2

widget

public 
Widget widget
the widget that issued the event


data

public 
Object data
a field for application use

Constructor Detail

TypedEvent

public TypedEvent(
Object source,
                  int id)
Constructs a new instance of this class.

IMPORTANT: This method is not part of the RWT public API. It is marked public only so that it can be shared within the packages provided by RWT. It should never be accessed from application code.

Method Detail

getSource

public 
Object getSource()

processEvent

public final void processEvent()

IMPORTANT: This method is not part of the RWT public API. It is marked public only so that it can be shared within the packages provided by RWT. It should never be accessed from application code.


processScheduledEvents

public static void processScheduledEvents()

IMPORTANT: This method is not part of the RWT public API. It is marked public only so that it can be shared within the packages provided by RWT. It should never be accessed from application code.


executeNext

public static boolean executeNext()

IMPORTANT: This method is not part of the RWT public API. It is marked public only so that it can be shared within the packages provided by RWT. It should never be accessed from application code.


allowProcessing

protected boolean allowProcessing()

dispatchToObserver

protected void dispatchToObserver(
Object listener)

getListenerType

protected 
Class getListenerType()

toString

public 
String toString()

Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire