Class WindowChannelChangedEvent
java.lang.Object
java.util.EventObject
com.tick42.glue.core.GlueEvent<Window>
com.tick42.glue.desktop.windows.event.WindowEvent
com.tick42.glue.desktop.windows.event.WindowChannelChangedEvent
- All Implemented Interfaces:
Serializable
public final class WindowChannelChangedEvent extends WindowEvent
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWindowChannelChangedEvent.ListenerNested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E> -
Constructor Summary
Constructors Constructor Description WindowChannelChangedEvent(Window source, String channel) -
Method Summary
Modifier and Type Method Description Optional<String>getChannel()Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
WindowChannelChangedEvent
-
-
Method Details
-
getChannel
-