Interface IApplikationInterfaceFactory
-
- All Known Implementing Classes:
AApplicationInterfaceFactory
,ClientFactory
,DebugFactory
,JawsFactory
,ServerFactory
public interface IApplikationInterfaceFactory
- Author:
- labudda
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IApp
getApplicationInformation()
boolean
isValidKind()
-
-
-
Method Detail
-
isValidKind
boolean isValidKind()
- Returns:
- true, if this kind of applikation is supported by factory
-
getApplicationInformation
IApp getApplicationInformation() throws java.lang.IllegalStateException
- Returns:
- information about applikation
- Throws:
java.lang.IllegalStateException
- if kind of applikation is not supported by factory
-
-