SOURCE
public class StateChangedEvent<SOURCE> extends Object
State
newState
oldState
source
StateChangedEvent(SOURCE source, State oldstate, State newstate)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final SOURCE source
public final State oldState
public final State newState
public StateChangedEvent(SOURCE source, State oldstate, State newstate)
Copyright © 2017. All rights reserved.