Package sk.ipesoft.d2000.d2japi
Interface D2ProcessList
-
public interface D2ProcessListReference to list of active D2000 processes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FutureEvent<java.lang.Void>close()java.util.List<ProcessListItem>getList()
-
-
-
Method Detail
-
getList
java.util.List<ProcessListItem> getList()
-
close
FutureEvent<java.lang.Void> close()
-
-