Class AbstractViewEventHandler

  • All Implemented Interfaces:
    ViewEventHandler

    public abstract class AbstractViewEventHandler
    extends java.lang.Object
    implements ViewEventHandler
    Implementation of ViewEventHandler with empty updates. Extend it in case you want to handle only few events. It allows to reduce boilerplate code.