Beispiel #1
0
 protected StNotificationEventBase(bool initialState, int sc)
 {
     id        = NOTIFICATION_EVENT_ID;
     waitEvent = new NotificationEvent(initialState, sc);
 }
 internal PhaseState(int initialState)
 {
     state     = initialState;
     waitEvent = new NotificationEvent(false);
 }
 internal PhaseState(int initialState) {
     state = initialState;
     waitEvent = new NotificationEvent(false);
 }
 protected StNotificationEventBase(bool initialState, int sc) {
     id = NOTIFICATION_EVENT_ID;
     waitEvent = new NotificationEvent(initialState, sc);
 }