Class ClosePlaceEvent

  • All Implemented Interfaces:
    org.uberfire.workbench.events.UberFireEvent

    public class ClosePlaceEvent
    extends AbstractPlaceEvent
    Fired by the PlaceManager when the activity, panel, presenter, and view associated with a place are about to be removed from the workbench. Observers of this event should clean up any of their own state associated with the given place being live. It is not possible for an observer of this event to cancel the close operation.
    • Constructor Detail

      • ClosePlaceEvent

        public ClosePlaceEvent​(org.uberfire.mvp.PlaceRequest place)