org.scijava.platform.event
Class AppUserSessionEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.platform.event.ApplicationEvent
              extended by org.scijava.platform.event.AppUserSessionEvent
All Implemented Interfaces:
Contextual

public class AppUserSessionEvent
extends ApplicationEvent

An event sent when the the user session has been changed via Fast User Switching.

Author:
Curtis Rueden

Constructor Summary
AppUserSessionEvent(boolean activated)
           
 
Method Summary
 boolean isActivated()
           
 String toString()
           
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppUserSessionEvent

public AppUserSessionEvent(boolean activated)
Method Detail

isActivated

public boolean isActivated()

toString

public String toString()
Overrides:
toString in class SciJavaEvent


Copyright © 2009–2014 SciJava. All rights reserved.