net.ranides.assira.events
Class EventRouterThread.ShutdownEvent

java.lang.Object
  extended by net.ranides.assira.events.EventRouterThread.ShutdownEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
EventRouterThread.InterruptEvent
Enclosing class:
EventRouterThread

public static class EventRouterThread.ShutdownEvent
extends Object
implements Event

Zdarzenie wysyłane do wszystkich zainteresowanych obserwatorów routera. Informuje, że router zakończył swoją pracę. Jeśli router zakończył pracę z powodu przerwania (interrupt), to komunikat podanej klasy również jest rozsyłany (dokładniej: jego klasa pochodna).

See Also:
EventRouterThread.InterruptEvent

Method Summary
 String thread()
          Nazwa wątku, którym zarządzał router.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

thread

public String thread()
Nazwa wątku, którym zarządzał router.

Returns:


Copyright © 2013. All Rights Reserved.