Uses of Interface
com.hammurapi.eventbus.snapshot.Handler

Packages that use Handler
com.hammurapi.eventbus.snapshot   
com.hammurapi.eventbus.snapshot.impl   
com.hammurapi.eventbus.snapshot.io   
com.hammurapi.eventbus.snapshot.util   
 

Uses of Handler in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return Handler
 Handler SnapshotFactory.createHandler()
          Returns a new object of class 'Handler'.
 Handler JoinNode.getHandler()
          Returns the value of the 'Handler' reference.
 Handler Derivation.getHandler()
          Returns the value of the 'Handler' reference.
 

Methods in com.hammurapi.eventbus.snapshot with parameters of type Handler
 void JoinNode.setHandler(Handler value)
          Sets the value of the 'Handler' reference.
 void Derivation.setHandler(Handler value)
          Sets the value of the 'Handler' reference.
 

Uses of Handler in com.hammurapi.eventbus.snapshot.impl
 

Classes in com.hammurapi.eventbus.snapshot.impl that implement Handler
 class HandlerImpl
          An implementation of the model object 'Handler'.
 

Fields in com.hammurapi.eventbus.snapshot.impl declared as Handler
protected  Handler JoinNodeImpl.handler
          The cached value of the 'Handler' reference.
protected  Handler DerivationImpl.handler
          The cached value of the 'Handler' reference.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return Handler
 Handler JoinNodeImpl.basicGetHandler()
           
 Handler DerivationImpl.basicGetHandler()
           
 Handler SnapshotFactoryImpl.createHandler()
           
 Handler JoinNodeImpl.getHandler()
           
 Handler DerivationImpl.getHandler()
           
 

Methods in com.hammurapi.eventbus.snapshot.impl with parameters of type Handler
 org.eclipse.emf.common.notify.NotificationChain JoinNodeImpl.basicSetHandler(Handler newHandler, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void JoinNodeImpl.setHandler(Handler newHandler)
           
 void DerivationImpl.setHandler(Handler newHandler)
           
 

Uses of Handler in com.hammurapi.eventbus.snapshot.io
 

Methods in com.hammurapi.eventbus.snapshot.io that return Handler
 Handler SnapshotConvertersBundle.convertToHandler(EventHandler<?,?,?,?,?> eventHandler)
           
 Handler SnapshotConvertersBundle.convertToHandler(ReflectiveEventHandler<?,?,?,?> reflectiveHandler)
           
 

Uses of Handler in com.hammurapi.eventbus.snapshot.util
 

Methods in com.hammurapi.eventbus.snapshot.util with parameters of type Handler
 T SnapshotSwitch.caseHandler(Handler object)
          Returns the result of interpreting the object as an instance of 'Handler'.