project35.desktopDeployment
Class InsertSymbolsEventObject

java.lang.Object
  extended by project35.desktopDeployment.InsertSymbolsEventObject

public class InsertSymbolsEventObject
extends java.lang.Object


Copyright (c) 2008 Kevin Garwood for Project35. This code is licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net),

Field Summary
static int HOVERING
           
static int SELECTING
           
 
Constructor Summary
InsertSymbolsEventObject(int eventType, java.lang.String unicodeCharacter)
           
 
Method Summary
 int getEventType()
           
 java.lang.String getUnicodeCharacter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOVERING

public static final int HOVERING
See Also:
Constant Field Values

SELECTING

public static final int SELECTING
See Also:
Constant Field Values
Constructor Detail

InsertSymbolsEventObject

public InsertSymbolsEventObject(int eventType,
                                java.lang.String unicodeCharacter)
Method Detail

getEventType

public int getEventType()

getUnicodeCharacter

public java.lang.String getUnicodeCharacter()