Class EventObject
				
				
			
				
				
				
					
Defined in:  core.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
								EventObject(source)
							 Creates an EventObject instance. | 
| Method Attributes | Method Name and Description | 
|---|---|
| Returns the source of this event. | 
					Class Detail
				
				
				
						EventObject(source)
				
				
				
					Creates an EventObject instance.
Adapted from java.util.EventObject
					
				
				
				
				
				
					
						- Parameters:
- source
					Method Detail
				
				
					 
					
					
					{Object}
					getSource()
					
					
					
						Returns the source of this event.
						
						
					
					
					
					
						
						
						
						
						
							- Returns:
- {Object}

