Package org.eclipse.emf.cdo.ui.widgets
Class CommitHistoryComposite.Input
java.lang.Object
org.eclipse.net4j.util.event.Notifier
org.eclipse.emf.cdo.ui.widgets.CommitHistoryComposite.Input
- All Implemented Interfaces:
org.eclipse.net4j.util.event.INotifier
,org.eclipse.net4j.util.event.INotifier.INotifier2
,org.eclipse.net4j.util.lifecycle.IDeactivateable
,org.eclipse.net4j.util.lifecycle.ILifecycle
- Enclosing class:
- CommitHistoryComposite
public static class CommitHistoryComposite.Input
extends org.eclipse.net4j.util.event.Notifier
implements org.eclipse.net4j.util.lifecycle.ILifecycle
Encapsulates the input of a
CommitHistoryComposite
.- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static interface
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.net4j.util.event.Notifier
addListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Constructor Details
-
Input
-
Input
-
-
Method Details
-
getSession
-
getBranch
-
getObject
-
isOffline
public final boolean isOffline()- Since:
- 4.4
-
hashCode
public int hashCode() -
equals
-
toString
-
activate
public void activate() throws org.eclipse.net4j.util.lifecycle.LifecycleException- Specified by:
activate
in interfaceorg.eclipse.net4j.util.lifecycle.ILifecycle
- Throws:
org.eclipse.net4j.util.lifecycle.LifecycleException
-
deactivate
- Specified by:
deactivate
in interfaceorg.eclipse.net4j.util.lifecycle.IDeactivateable
- Specified by:
deactivate
in interfaceorg.eclipse.net4j.util.lifecycle.ILifecycle
-
getLifecycleState
public org.eclipse.net4j.util.lifecycle.LifecycleState getLifecycleState()- Specified by:
getLifecycleState
in interfaceorg.eclipse.net4j.util.lifecycle.ILifecycle
-
isActive
public boolean isActive()- Specified by:
isActive
in interfaceorg.eclipse.net4j.util.lifecycle.ILifecycle
-
getLifecycle
-