Compare commits
	
		
			1 Commits
		
	
	
		
			1.1.0
			...
			b758f4cef1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						b758f4cef1
	
				 | 
					
					
						
@@ -45,9 +45,6 @@ public class SimpleEventListener {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In this case, an event bus is created and used locally.
 | 
					 | 
				
			||||||
In a more sophisticated example the class would acquire an external event bus that is used by multiple classes.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Note that creating static event handlers like this
 | 
					Note that creating static event handlers like this
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```java
 | 
					```java
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user