Class Overview
Event raised after migrating between major operating systems.
 
 Note: This event is delivered synchronously while the system is still starting. Handlers should be
 as fast as possible to prevent excessive startup delays. If an app can lazily detect and recover from an
 operating system migration, it's encouraged to not handle this event, or to use this event only to
 trigger asynchronous processing to allow startup to continue.
 
Summary
| [Expand] Inherited Fields | 
|---|
|  From class
java.util.EventObject | 
| [Expand] Inherited Methods | 
|---|
|  From class
  com.atlassian.bitbucket.event.ApplicationEvent | 
|  From class
  java.util.EventObject 
  
   
    
    
	 
    
        | Object | getSource() |  
        | String | toString() |  | 
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  
        | final
            
            
            void | wait() |  | 
 
Public Constructors
Public Methods